Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)
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 file. DETAIL or D provides additional, detailed informa-
tion.
{ -LISTDATA | -LD }
This flag is an alias for the -SYMTAB DATA flag. It lists all data symbols from
the .dynsym and .dynsym.gblzd sections in a loadfile or import library, and the
.symtab section in a linkfile.
[ 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 flag is an alias for the -SYMTAB EXPORT flag. This flag lists all exported
symbols that are global and defined from the .dynsym and .dynsym.gblzd sec-
tions in a loadfile or import library. Symbols available only to other linkfiles and
local to loadfiles (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 specified, all
procedures in the object file are displayed, sorted by optimization level.
0, 1,or2 List only procedures with an optimization level corresponding to the
specified number.
* List all procedures sorted by optimization level. If the -LISTOPTIM-
IZE flag is used on an OSS shell command line, the flag specification
must be enclosed in quotation marks when the * specifier 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 Specifies 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 specified procedure and sub-
procedures. If proc_name is not completely specified,
enoft resolves the name and lists conforming pro-
cedure names with numbers. Wildcard matching (for
example, *partial_name or partial_name*) can be
3−88 Hewlett-Packard Company 527188-007