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-30
LISTSOURCE or LS
LISTSOURCE or LS
The LISTSOURCE option lists the source files in an object file.
source-spec
{ source-name | source-number | * }
source-name
is the name of a source file to be listed.
source-number
is the number of a source file to be listed.
*
lists every source file in the object file.
BRIEF
B
displays minimal information about source files. This is the default.
DETAIL
D
displays detailed information about source files
If the scope has been set to a single procedure with the SET SCOPEPROC option (see
SET on page 3-43), the LISTSOURCE option lists only the source file containing the
procedure definition.
{ LISTSOURCE | LS } source-spec [ BRIEF | B | DETAIL | D ]
Example 3-23. LISTSOURCE Option (BRIEF)
noft> listsource * brief
******** List of Source Files ********
# Address Source File
0 0x76100390 \CYCLONE.$PTAL.KMZRLD.DLL1C
noft>