noft Manual (G06.26+)

noft Options
noft Manual528273-001
3-38
LISTUNRESOLVED or LU
If the program in Example 3-27 on page 3-34 is compiled and made executable and
the program file is designated to noft with the option FILE or F on page 3-16,
Example 3-33 shows the result of the LISTUNRESOLVED option. Compare
Example 3-33 to Example 3-30 on page 3-35, which shows the result of the
LISTUNREFERENCED option.
If the program in Example 3-29 on page 3-35 is compiled and made executable and
the program file is designated to noft with the option FILE or F on page 3-16,
Example 3-34 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-34 to Example 3-30 on page 3-35, which shows the result of the
LISTUNREFRERENCED option.
Example 3-35 on page 3-38 shows the output of the LISTUNRESOLVED option, with
and without EXCLUDE, for the same file.
Example 3-33. LISTUNRESOLVED Option for Example 3-27 pTAL Program
noft> listunresolved *
# Unresolved Name
0 UNRESOLVED
3 STOP
Example 3-34. LISTUNRESOLVED Option for Example 3-29 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-35. 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