noft Manual (G06.26+)

noft Options
noft Manual528273-001
3-53
XREFPROC or XP
If the program in Example 3-29 on page 3-35 is compiled and made executable and
the program file is designated to noft with the option FILE or F on page 3-16,
Example 3-43 on page 3-53 shows the result of the XREFPROC option.
Example 3-43. XREFPROC Option (for C Program in Example 3-29)
noft> xp *
Called Procedure
Calling Procedures
----------------------------------------------------------------------------
C_INT_INIT_COMPLETE_
_MAIN
C_INT_INIT_START_
__INIT__1_C
exit
_MAIN
main
_MAIN
unresolved
main
Example 3-44. XREFPROC Option for Non-PIC Object File With “Reference”
Indicators (CALLS and DETAIL)
noft> xrefproc build_address_order_procs calls detail
Calling Procedure
(Demangled Name)
Called Procedures
(Demangled Name)
Addresses
----------------------------------------------------------------------------
build_address_order_procs
address_order_sort
0x700311dc reference
data_error
0x70030e3c
my_malloc
0x70030e1c
qsort
0x700311e0