nld and noft Manual

noft Options
nld and noft Manual520384-003
5-50
XREFPROC or XP
CALLS
lists each procedure and the procedures it calls. A scope setting restricts the
procedures who are the parents of the given procedure.
BOTH
list the information for both CALLEDBY and CALLS.
BRIEF
B
lists the called or calling procedures referenced by the indicated procedures. This
is the default.
DETAIL
D
lists the called or calling procedures referenced by the indicated procedures and
the addresses where the calls are made. For C++ functions, DETAIL provides the
“demangled” (original) names as well as the “mangled” internal equivalents.
If the target object file is non-PIC, references to functions that might be used for
calls (for example, function pointers passed as parameters) are identified by the
word “reference” (see address_order_sort at the end of Example 5-40 on
page 5-52).
Considerations:
The virtual addresses of the call sites are shown with the DETAIL option specified.
A sort setting affects both lists and sublists of procedures.