nld and noft Manual
noft Options
nld and noft Manual—520384-003
5-29
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 5-42), the LISTSOURCE option lists only the source file containing the
procedure definition.
{ LISTSOURCE | LS } source-spec [ BRIEF | B | DETAIL | D ]
Example 5-19. LISTSOURCE Option (BRIEF)
noft> listsource * brief
******** List of Source Files ********
# Address Source File
0 0x76100390 \CYCLONE.$PTAL.KMZRLD.DLL1C
noft>