noft Manual (G06.27+, H06.03+, J06.03+)
noft Options
noft Manual—528273-003
3-32
LISTSOURCE or LS
LISTSOURCE or LS
The LISTSOURCE option lists the source files in an object code 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 code file.
BRIEF
B
displays minimal information about source files. This is the default.
Example 3-25. LISTPROC Option (DETAIL)
noft> listproc __pp__5pointFi detail
******** List of Procedures ********
Number : 4
Name :
__pp__5pointFi
Demangled Name :
point::operator ++(int)
Address : 0x70000aac
Size : 412 bytes
Resident : No
Privileged : No
Callable : No
Interrupt : No
Alternate Entry Point : No
Subprocedure : No
Visibility : External
Optimization Level : 1
Parent Procedure : (none)
Source File : \CYCLONE.$NATIV1.CRGCPP.SPOINT
Note. Visibility has two values, External and Static. Static is given for pTAL subprocedures or if
local symbols exist and the function symbol type is static. Otherwise, External is given.
{ LISTSOURCE | LS } source-spec [ BRIEF | B | DETAIL | D ]