nld and noft Manual

Sample nld and noft Session
nld and noft Manual520384-003
A-23
XREFPROC
Example A-31 on page A-23 uses the XREFPROC option to get DETAIL information
about the unresolved external procedure rand. The output shows that rand is called
from the delete_passengers function and the initialize function and the
addresses where the calls occur.
Example A-31. XREFPROC Option (Loadfile)
noft> XREFPROC rand DETAIL
Called Procedure
(Demangled Name)
Calling Procedures
(Demangled Name)
Addresses
-----------------------------------------------------------------------------
rand
delete_passengers
0x7000063c
0x7000066c
initialize
0x700003e4
0x7000040c