nld and noft Manual
noft Options
nld and noft Manual—520384-003
5-52
XREFPROC or XP
If the program in Example 5-25 on page 5-34 is compiled and made executable, and
the program file is designated to noft with the option FILE or F on page 5-15, then
Example 5-39 on page 5-52 shows the result of the XREFPROC option.
Example 5-39. XREFPROC Option (for C Program in Example 5-25)
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 5-40. 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