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

Sample nld and noft Session
noft Manual—528273-001
A-14
LISTUNRESOLVED
LISTUNRESOLVED
The object file MAINO has not been linked with the other object file into a loadfile, so
function calls are unresolved. The LISTUNRESOLVED option displays the names of
functions and data that still need to be linked. The DETAIL parameter provides
expanded information, including the type (Proc[edure] or Data) and the address where
the name is used. For C++ objects, the DETAIL parameter includes a line where the
mangled function name is displayed as a demangled name (see Example 3-32 on
page 3-37).
Example A-18 shows one message about the current progress of building the XREF
information. The number of progress messages depends on the amount of information
contained in the program. The larger the program, the more progress messages are
shown. These messages inform you that the program is making progress even though
it might be taking a long time.
Example A-18. LISTUNRESOLVED Option (Linkfile)
noft> LISTUNRESOLVED * DETAIL
Building XREF info. 100 percent remains of section 4.
Number : 3
Name :
initialize
Type : Proc
Addresses Used At : 0x00000014
Number : 4
Name :
delete_passengers
Type : Proc
Addresses Used At : 0x00000048
Number : 5
Name :
add_passengers
Type : Proc
Addresses Used At : 0x00000054
Number : 6
Name :
wrapup
Type : Proc
Addresses Used At : 0x00000084
Number : 7
Name :
exit
Type : Proc
Addresses Used At : 0x00000090