Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)

enoft(1) OSS Shell and Utilities Reference Manual
{-LISTCOMPILERS | -LC }[{DETAIL | D }]
Lists version information about the native compiler components and eld utility
used to create an object le. DETAIL or D provides additional, detailed informa-
tion.
{ -LISTDATA | -LD }
This ag is an alias for the -SYMTAB DATA ag. It lists all data symbols from
the .dynsym and .dynsym.gblzd sections in a loadle or import library, and the
.symtab section in a linkle.
[ DETAIL | D ]]
{ -LISTDEBUG | -LDE }[* |{PROC | P }|{DATA | D }][DETAIL | D ]]
Lists all names in the .debug_info symbols table that meets variable (data) or sub-
program (subprogram, subroutine, or alternate entry point) criteria. Specifying
PROC, P, DATA,or D restricts the content of the listing to procedures or data; the
default is *, meaning all. DETAIL or D provides additional, detailed information.
{ -LISTEXPORTS | -LE }
This ag is an alias for the -SYMTAB EXPORT ag. This ag lists all exported
symbols that are global and dened from the .dynsym and .dynsym.gblzd sec-
tions in a loadle or import library. Symbols available only to other linkles and
local to loadles (not exported) are not listed.
{-LISTOPTIMIZE | -LO }[0 | 1 | 2 | * |{EXCLUDE | E }|{BRIEF | B }]
Lists procedures based on their optimization level. If no option is specied, all
procedures in the object le are displayed, sorted by optimization level.
0, 1,or2 List only procedures with an optimization level corresponding to the
specied number.
* List all procedures sorted by optimization level. If the -LISTOPTIM-
IZE ag is used on an OSS shell command line, the ag specication
must be enclosed in quotation marks when the * specier is used.
EXCLUDE | E
List all procedures sorted by optimization level but does not display
information for symbols generated by a compiler or not found in a
debug_info section.
BRIEF | B
Limit the display to counts of symbols matching the scope.
{-LISTPROC | -LP }{proc_spec | * }
[{EXCLUDE | E }|{SUBPROC | SP }|{NOSUBPROC | NSP }]
[{DETAIL | D }]
Lists procedures and their subprocedures.
proc_spec Species the procedure name or procedure number. Procedure
names are case-sensitive in C and C++ but not in other
languages. proc_spec is one of the following:
proc_name
Limits the scope to the specied procedure and sub-
procedures. If proc_name is not completely specied,
enoft resolves the name and lists conforming pro-
cedure names with numbers. Wildcard matching (for
example, *partial_name or partial_name*) can be
388 Hewlett-Packard Company 527188-004