noft Manual (G06.27+, H06.03+, J06.03+)
noft Options
noft Manual—528273-003
3-39
LISTUNRESOLVED or LU
If the program in Example 3-30 on page 3-36 is compiled and made executable and
the program file is designated to noft with the option FILE or F on page 3-17,
Example 3-36 shows the result of the LISTUNRESOLVED option. Compare
Example 3-36 to Example 3-33 on page 3-37, which shows the result of the
LISTUNREFERENCED option.
If the program in Example 3-32 on page 3-36 is compiled and made executable and
the program file is designated to noft with the option FILE or F on page 3-17,
Example 3-37 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 3-37 to Example 3-33 on page 3-37, which shows the result of the
LISTUNREFRERENCED option.
Example 3-38 on page 3-39 shows the output of the LISTUNRESOLVED option, with
and without EXCLUDE, for the same file.
Example 3-36. LISTUNRESOLVED Option for Example 3-30 pTAL Program
noft> listunresolved *
# Unresolved Name
0 UNRESOLVED
3 STOP
Example 3-37. LISTUNRESOLVED Option for Example 3-32 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 3-38. 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