nld and noft Manual

noft Options
nld and noft Manual520384-003
5-32
LISTUNREFERENCED or LUR
LISTUNREFERENCED or LUR
The LISTUNREFERENCED or LUR option lists the undefined and unreferenced symbols
in a pTAL object file. These symbols must be linked before the object file can be
executed. (Compare this option with the option LISTUNRESOLVED or LU on
page 5-35.)
To find the functions in an object file that are never referenced, use the option
XREFPROC or XP on page 5-49.
PROC
P
displays any unreferenced procedures.
DATA
D
displays any unreferenced data items.
*
displays all unreferenced items.
BRIEF
B
lists only the names and numbers of symbols. This is the default.
DETAIL
D
provides more information, such as the type of each symbol. For C++ functions,
DETAIL provides the “demangled” (original) names as well as the “mangled”
internal equivalents.
{ LISTUNREFERENCED | LUR } { PROC | P | DATA | D | * }
[ BRIEF | B | DETAIL | D ]