enoft Manual
eNOFT Options
eNOFT Manual—527507-005
2-49
LISTPROC or LP
2 0x70000ae0 _MAIN
3 0x70000cc0 T8432H01_01OCT2004_CCPLMAIN
4 0x70000ce0 myproc1
5 0x70000d00 main
DETAIL or D provides detailed information about procedures and subprocedures.
For C++ procedures, DETAIL provides the "demangled" (original) names as well as
the "mangled" internal equivalents. New to eNOFT, this command displays the specified
procedure (or subprocedure) in the DETAIL format if <proc-spec> scoping is
specified here or globally.
enoft> listproc * detail
******** List of Procedures
UwNdx Proc_Addr Proc_Name
InfoPtr_Addr ProcSz SrNdx Opt Parent Attributes Section
---------------------------------------------------------------------
1 0x70000880 __INIT__1_C
0x700006c8 608 0 0 none .text
2 0x70000ae0 _MAIN
0x700006e8 480 0 0 none M .text
3 0x70000cc0 T8432H01_01OCT2004_CCPLMAIN
0x70000708 32 1 0 none .text
4 0x70000ce0 myproc1
0x70000720 32 2 0 none .text
5 0x70000d00 main
0x70000738 624 2 0 none .text
Key: SrNdx = Src Index Opt = optimization level
A = alt entry point C = callable E = extensible
G = Gateway K = kernel callable M = main N = Cobol nonstop
P = privileged R = resident S = shell
pTAL subprocs and Cobol nested procs have a 'parent'.










