noft Manual (G06.26+)
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction
- 2 noft Utility
- 3 noft Options
- Break Key
- ! (Exclamation Point)
- CD
- COMMENT
- DUMPADDRESS or DA
- DUMPOFFSET or DO
- DUMPPROC or DP
- DYNSTR2
- ENV
- EXIT or E
- FC
- FILE or F
- HELP or ?
- HISTORY or H
- LAYOUT
- LIBLIST
- LISTATTRIBUTE or LA
- LISTCOMPILERS or LC
- LISTOPTIMIZE or LO
- LISTPROC or LP
- LISTSOURCE or LS
- LISTSRLEXPORTS or LLE
- LISTSRLFIXUPS or LLF
- LISTSRLINFO or LLI
- LISTUNREFERENCED or LUR
- LISTUNRESOLVED or LU
- LOG
- OBEY
- OUT
- QUIT or Q
- RESET
- SET
- SHOW
- SYSTEM or VOLUME
- XREFPROC or XP
- 4 noft Diagnostic Messages
- 5 ar Utility
- 6 ar Diagnostic Messages
- A Sample nld and noft Session
- B Converting From Binder to noft
- C Native Object File Structure
- Glossary
- Index

noft Options
noft Manual—528273-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