Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)
User Commands (d - f) enoft(1)
-COMMENT [ text ]
Allows comments in enoft command files. Comments are not displayed in output.
-COMP [ref_objfile] target_objfile [ DETAIL | D ]
Compares the two specified object files for major differences, including file
headers and program headers. DWARF symbol tables are not compared.
If ref_objfile is not specified, the current object file is used to compare with
target_objfile.
DETAIL or D provides additional, detailed information.
-DBGINFO { proc_addr | proc_spec }
Lists compilation source and debug file information for a given procedure name,
index, or address. When proc_addr is used, the line number and instruction bun-
dle address are also listed. If neither proc_addr nor proc_spec are specified, all
procedures are listed.
proc_addr
Specifies the hexadecimal value of a code section address to be listed.
This value must have the form 0xxxxxxxxx, where x is a hexadecimal
digit. If the value specified is not on a 16-byte alignment boundary,
enoft rounds the address down to the beginning of the address bundle.
If line number information for the bundle is not available, enoft displays
information from the nearest preceding bundle with line number infor-
mation. Demangled names are listed when possible.
proc_spec
Specifies the procedure name or procedure number. Procedure names
are case-sensitive. proc_spec is one of the following:
proc_name
Limits the scope to the specified procedure and subpro-
cedures. The demangled form of the procedure name cannot
be used because enoft does not support blank spaces in the
name.
proc_num
Specifies the procedure number. This number specifies the
ordering in the object file’s procedure table. Use the
-LISTPROC flag to list each procedure number.
This command is used for loadfiles and import libraries.
{ -DEMANGLE | -DE } proc_spec
Displays the C++ symbol name specified by proc_spec in demangled format. An
object file does not need to be open before using this flag.
proc_spec
Specifies the procedure name or procedure number. Procedure names
are case-sensitive. proc_spec is one of the following:
proc_name
Limits the scope to the specified procedure and subpro-
cedures. The demangled form of the procedure name cannot
be used because enoft does not support blank spaces in the
name.
527188-007 Hewlett-Packard Company 3−81