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

noft Options
noft Manual528273-003
3-33
LISTSRLEXPORTS or LLE
DETAIL
D
displays detailed information about source files
If the scope has been set to a single procedure with the SET SCOPEPROC option (for
more information, see SET on page 3-47), the LISTSOURCE option lists only the
source file containing the procedure definition.
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).
Example 3-26. LISTSOURCE Option (BRIEF)
noft> listsource * brief
******** List of Source Files ********
# Address Source File
0 0x76100390 \CYCLONE.$PTAL.KMZRLD.DLL1C
noft>
Example 3-27. 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 At
Compile Site
Modification Timestamp : 2000 June 27, 17:32:00
noft>
Note. Compilation Timestamp specifies compilation timestamp of the source file, with respect
to the system where the source file is compiled. Modification Timestamp specifies modification
timestamp of the source file, with respect to the system where the object file is placed or used.
{ LISTSRLEXPORTS | LLE } [ BRIEF | B | DETAIL | D]