noft Manual (G06.27+, H06.03+, J06.03+)

Sample nld and noft Session
noft Manual528273-003
A-13
LISTSRLINFO
LISTSRLINFO
The function main in the object code file MAINO calls a function in an SRL, but the
SRL information has not been linked into the compiled linkfile. The SRL information is
in the GINFO table that is only in the loadfile. The LISTSRLINFO option cannot find
the table with the SRL information, so it issues the message shown in Example A-17.
LISTUNRESOLVED
The object code file MAINO has not been linked with the other object code 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. For more
information, see Example 3-35 on page 3-38.
Example A-18 on page A-14 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-17. LISTSRLINFO Option (Linkfile)
noft> LISTSRLINFO DETAIL
******** No GINFO Table ********