enoft Manual
eNOFT Options
eNOFT Manual—527507-005
2-48
LISTPROC or LP
BRIEF or B limits display to counts of symbols matching scope.
enoft> listoptimize
******** Optimization of Procedures
UwNdx Opt Procedure Name
-----------------------------------------------------------------------
2 2 T8432G08_01FEB2001_CRTLMAIN
0 2 __INIT__1_C
1 2 _MAIN
3 1 main
LISTPROC or LP
{ * | <proc_spec> }
[ EXCLUDE | E | SUBPROC | SP | NOSUBPROC | NSP ] [ DETAIL | D ]
This command lists procedures and subprocedures, as determined by the current
scope. All procedures listed are defined.
Without any local or global scope setting, the default display shows all available
procedure and applicable subprocedure items. If procedure P contains
subprocedure S, a LISTPROC P command line lists S, as it is contained within P.
EXCLUDE or E removes display of symbols that are generated by the compiler or
symbols not found in the .debug_info section.
SUBPROC or SP removes display of parent procedures. If procedure P contains
subprocedure S, a LISTPROC S SUBPROC command line lists only S (and all its
duplicates if available) and not P even though P encompasses S.
NOSUBPROC or NSP removes display of subprocedures. If procedure P contains
subprocedure S, a LISTPROC P NOSUBPROC command line lists only P and not S
even though S is within P.
The following shows all defined procedures for a loadfile. Note for C++ procedures,
"mangled" names are shown by default.
enoft> listproc
******** List of Procedures
UwNdx Proc_Addr Proc_Name
---------------------------------------------------------------------
1 0x70000880 __INIT__1_C










