enoft Manual

eNOFT Options
eNOFT Manual527507-005
2-26
PROCINFO or PI
PROCINFO or PI
New to eNOFT, this is an alias for DUMPSECTION.procinfo and is only applicable to
linkfiles.
The names, addresses, "attributes", and nesting of procedures and subprocedures
parts of the section are used by the linker to create stack unwinding information in
loadfiles. The entry points that have the callable attribute are used to create gateways.
The following shows the .procinfo section for a linkfile:
enoft> procinfo
******** Section .procinfo (File Offset 0x6e06b0)
PiNdx Offset Proc_Name
Attributes Opt Parm Parent Section
---------------------------------------------------------------------
0 0x00000000 T9219M01^01MAY03^ACKPT^M01
0 0 none .text0
1 0x00000000 IOPRM_CHECKPOINT_SEND_
E PR 0 10 none .restext1
2 0x00000000 IOPRM_CHECKPOINT_SEND_.CLEAR^CKPT^PKG
R 0 0 1 .restext2
3 0x00000000 IOPRM_ALTER_OPEN_
E PR 0 3 none .restext0
. . .
Key: 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'.