nld and noft Manual

noft Options
nld and noft Manual520384-003
5-30
LISTSRLEXPORTS or LLE
LISTSRLEXPORTS or LLE
The LISTSRLEXPORTS or LLE option lists all the symbols exported by an SRL.
BRIEF
B
lists only the exported names and numbers. This is the default.
DETAIL
D
provides more information, such as address and size (in decimal).
LISTSRLFIXUPS or LLF
The LISTSRLFIXUPS or LLF option lists the names of the SRLs to which the
unresolved symbols in a client object file have been “fixed up.”
BRIEF
B
lists only the unresolved symbols and SRL names. This is the default.
DETAIL
D
provides more information, such as number and fixup address.
Example 5-20. LISTSOURCE Option (DETAIL)
noft> listsource * detail
******** List of Source Files ********
Number : 0
Name : \CYCLONE.$PTAL.KMZRLD.DLL1C
Size : 432 bytes
Address of First Procedure : 0x76100390
Language : C++
Optimization Level Default : 0
Symbols : Yes
Compilation Timestamp : 2000 June 27, 17:32:06
Modification Timestamp : 2000 June 27, 17:32:00
noft>
{ LISTSRLEXPORTS | LLE } [ BRIEF | B | DETAIL | D]
{ LISTSRLFIXUPS | LLF } [ BRIEF | B | DETAIL | D]