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 undefined and unreferenced symbols in an object file. 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. If the -LISTUNREFERENCED
flag is used on an OSS shell command line, the flag specification
must be enclosed in quotation marks when the * specifier 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 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. If the -LISTUN-
RESOLVED flag is used on an OSS shell command line, the flag
specification must be enclosed in quotation marks when the *
specifier 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) files.
EXCLUDE | E
Excludes common operating system function names so that func-
tion calls that will not be linked can be identified 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 files.
-[ SET ] LOG { filename | OFF | ? }
Writes a copy of the current session’s input and output to a file.
filename Identifies the file to receive the copy of the command lines and out-
put. If the file does not exist, noft creates it.
6−78 Hewlett-Packard Company 527188-007