Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)
enoft(1) OSS Shell and Utilities Reference Manual
DETAIL | D Provides additional, detailed information about procedures and
subprocedures.
{-LISTSOURCE | -LS }[sourcendx | pathname3 | file_num1 | * ]
[{DETAIL | D }]
Lists compilation unit entries in the object file for a unit index value, for a source
file, or for all source files used. If only one procedure is dumped, then the -LIST-
SOURCE flag dumps the entry for the source file containing the procedure.
sourcendx Narrows the scope to a single compilation unit within the object
file. sourcendx must be a valid index value. Use the -LIST-
SOURCE flag to determine valid values.
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.
3−90 Hewlett-Packard Company 527188-007