Open System Services Shell and Utilities Reference Manual (G06.29+, H06.08+, J06.03+)
User Commands (d - f) enoft(1)
and subvolume.
{ -CLOSE | -CL }{* | filenum | filename }
Closes the specified files:
* Closes all open files.
filenum Closes the file specified by the number filenum.
filename Closes the file specified by filename.
Closinig a log file or out file has the same effect as using the -LOG OFF or
-LOUT OFF flag.
-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_spe c
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.
527188-021 Hewlett-Packard Company 3−83