Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)

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 les in the object le. If only one procedure is dumped, then the
-LISTSOURCE ag dumps the entry for the source le containing the procedure.
pathname3 Narrows the scope to a single named source le. pathname3 must
be a fully qualied OSS pathname or a fully qualied Guardian
lename.
file_num1 Species the le number. This number is determined by the order
of procedures in the object less procedure table.
* Species that you want information for all procedures. This is the
default action.
If the -LISTSOURCE ag is used on an OSS shell command
line, the ag specication must be enclosed in quotation marks
when the * specier is used.
DETAIL | D Displays additional, detailed information about the procedures.
{-LISTUNREFERENCED | -LUR }{{PROC | P }|{DATA | D }|* }[{ DETAIL | D }]
Lists the undened and unreferenced symbols in an object le; this ag is only
valid for pTAL object les. These symbols must be linked before the object le
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 ag is used on an OSS shell com-
mand line, the ag specication must be enclosed in quotation
marks when the * specier 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 undened names in an object le. These references must be resolved
before the le 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 ag is used on an OSS shell com-
mand line, the ag specication must be enclosed in quotation
marks when the * specier is used.
390 Hewlett-Packard Company 527188-003