noft Manual (G06.27+, H06.03+, J06.03+)
Sample nld and noft Session
noft Manual—528273-003
A-23
XREFPROC
Example A-31 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 shows 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










