nld and noft Manual
noft Options
nld and noft Manual—520384-003
5-35
LISTUNRESOLVED or LU
LISTUNRESOLVED or LU
The LISTUNRESOLVED option lists the unresolved symbols in an object file. These
references must be resolved before the file can be executed. (Compare this option with
the option LISTUNREFERENCED or LUR on page 5-32.)
PROC
P
displays any unresolved procedures.
DATA
D
displays any unresolved data items.
*
displays all unresolved items.
BRIEF
B
displays only symbol names and numbers. This is the default format.
DETAIL
D
displays detailed name information. For C++ functions, DETAIL provides the
“demangled” (original) names as well as the “mangled” internal equivalents.
EXCLUDE
E
excludes system-supplied functions, which include millicode calls, common System
Library calls (as documented in the Guardian Procedure Calls Reference Manual),
and calls to functions in SRLs. See Example 5-31 on page 5-37.
{ LISTUNRESOLVED | LU } { PROC | P | DATA | D | * }
[ BRIEF | B | DETAIL | D | EXCLUDE | E ]
Note. Not available for PIC object files.
Note. Not available for PIC object files.