Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)
Table Of Contents
enoft(1) OSS Shell and Utilities Reference Manual
DETAIL | D Provides additional, detailed information about procedures and
subprocedures.
{-LISTSOURCE | -LS }[pathname3 | file_num1 | * ][{DETAIL | D }]
Lists the source files in the object file. If only one procedure is dumped, then the
-LISTSOURCE flag dumps the entry for the source file containing the procedure.
pathname3 Narrows the scope to a single named source file. pathname3 must
be a fully qualified OSS pathname or a fully qualified Guardian
filename.
file_num1 Specifies the file number. This number is determined by the order
of procedures in the object files’s procedure table.
* Specifies that you want information for all procedures. This is the
default action.
If the -LISTSOURCE flag is used on an OSS shell command
line, the flag specification must be enclosed in quotation marks
when the * specifier is used.
DETAIL | D Displays additional, detailed information about the procedures.
{-LISTUNREFERENCED | -LUR }{{PROC | P }|{DATA | D }|* }[{ DETAIL | D }]
Lists the undefined and unreferenced symbols in an object file; this flag is only
valid for pTAL object files. These symbols must be linked before the object file
can be executed.
PROC | P Displays unresolved procedures.
DATA | D Displays unresolved data items.
* Displays all unresolved items. When you do not specify an option,
this is the default behavior.
If the -LISTUNREFERENCED flag is used on an OSS shell com-
mand line, the flag specification must be enclosed in quotation
marks when the * specifier is used.
DETAIL | D Displays additional, detailed information such as the type of each
symbol. For C++ functions, DETAIL provides the "demangled"
(original) names as well as the "mangled" internal equivalents.
{-LISTUNRESOLVED | -LU }[{PROC | P }|{DATA | D }|* ][{ DETAIL | D }]
Lists the undefined names in an object file. These references must be resolved
before the file can be executed.
PROC | P Displays unresolved procedures.
DATA | D Displays unresolved data items.
* Displays unresolved procedures and data items. When you do not
specify an option, this is the default behavior.
If the -LISTUNRESOLVED flag is used on an OSS shell com-
mand line, the flag specification must be enclosed in quotation
marks when the * specifier is used.
3−90 Hewlett-Packard Company 527188-003