nld and noft Manual
noft Options
nld and noft Manual—520384-003
5-37
LISTUNRESOLVED or LU
If the program in Example 5-23 on page 5-33 is compiled and made executable, and
the program file is designated to noft with the option FILE or F on page 5-15, then
Example 5-29 shows the result of the LISTUNRESOLVED option. Compare
Example 5-29 to Example 5-26 on page 5-34, which shows the result of the
LISTUNREFERENCED option.
If the program in Example 5-25 on page 5-34 is compiled and made executable, and
the program file is designated to noft with the option FILE or F on page 5-15, then
Example 5-30 shows the result of the LISTUNRESOLVED option. The procedure
numbers 1, 3, 4, and 7 do not appear because their procedures are never referenced.
Compare Example 5-30 to Example 5-26 on page 5-34, which shows the result of the
LISTUNREFRERENCED option.
Example 5-31 on page 5-37 shows the output of the LISTUNRESOLVED option with
and without EXCLUDE, for the same file.
Example 5-29. LISTUNRESOLVED Option for Example 5-23 pTAL Program
noft> listunresolved *
# Unresolved Name
0 UNRESOLVED
3 STOP
Example 5-30. LISTUNRESOLVED Option for Example 5-25 C Program
noft> listunresolved *
# Unresolved Name
2 unresolved
5 errno
6 C_INT_INIT_START_
8 environ
9 C_INT_INIT_COMPLETE_
10 exit
Example 5-31. Effect of EXCLUDE on LISTUNRESOLVED Option
Without EXCLUDE
noft> lu *
# Unresolved Name
2 unresolved
5 errno
6 C_INT_INIT_START_
8 environ
9 C_INT_INIT_COMPLETE_
10 exit
With EXCLUDE
noft> lu * e
Unresolved Name
Location reference
---------------------------------------
unresolved
0x700003c8