Open System Services Shell and Utilities Reference Manual (G06.28+, H06.05+)

noft(1) OSS Shell and Utilities Reference Manual
{-LISTUNREFERENCED | -LUR }{{PROC | P }|{DATA | D }|* }
[{BRIEF | B }|{ DETAIL | D }]
Lists the undened and unreferenced symbols in an object le. 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. If the -LISTUNREFERENCED
ag is used on an OSS shell command line, the ag specication
must be enclosed in quotation marks when the * specier is used.
BRIEF | B Displays only symbol names and numbers. This is the default for-
mat.
DETAIL | D Displays detailed information such as the type of each symbol. For
C++ functions, DETAIL provides the "demangled" (original)
names as well as the "mangled" iinternal equivalents.
{-LISTUNRESOLVED | -LU }{{PROC | P }|{DATA | D }|* }
[{BRIEF | B }|{ DETAIL | D }|EXCLUDE | E ]
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. If the -LISTUN-
RESOLVED ag is used on an OSS shell command line, the ag
specication must be enclosed in quotation marks when the *
specier is used.
BRIEF | B Displays only symbol names and numbers. This is the default for-
mat.
DETAIL | D Displays detailed name information. This option is not available
for position-independent code (PIC) les.
EXCLUDE | E
Excludes common operating system function names so that func-
tion calls that will not be linked can be identied before running
the program. Millicode calls and calls to functions within shared
run-time libraries (SRLs) are omitted.
This option is not available for PIC les.
-[ SET ] LOG { filename | OFF | ? }
Writes a copy of the current sessions input and output to a le.
filename Identies the le to receive the copy of the command lines and out-
put. If the le does not exist, noft creates it.
678 Hewlett-Packard Company 527188-007