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-31
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 3-24. 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]