nld Manual

Sample nld and noft Session
nld Manual528272-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.
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