enoft Manual
eNOFT Options
eNOFT Manual—527507-005
2-54
XREFPROC or XP
XREFPROC or XP
[ * | <proc-spec> ] [ CALLEDBY | CALLS | BOTH ] [ DETAIL | D ]
This command displays an alphabetical cross-reference listing of procedures.
CALLEDBY option lists each procedure and the procedures it is called by (default).
CALLS option lists each procedure and the procedures it calls.
BOTH option gives both sets of information, first CALLEDBY, then CALLS.
If <proc-spec> is specified, the display will be restricted to the specified procedure
and the procedures that calls it else to the procedures that it calls if CALLS option is
used.
DETAIL or D option lists the called or calling procedures referenced by the indicated
procedures and the addresses where the calls are made.
The following shows a listing of procedures and the procedures that they call.
enoft> xrefproc * both detail
******** List of Cross-Referenced Symbols
Called Procedures
UwNdx Calling Procedures
Address(es)
---------------------------------------------------------------------
C_INT_INIT_COMPLETE_
2 _MAIN
0x70000c80
C_INT_INIT_START_
1 __INIT__1_C
0x70000b70
exit
2 _MAIN
0x70000d50
main
2 _MAIN
0x70000d20
malloc
5 main
0x70000df0
printf
5 main










