noft Manual (G06.26+)
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Introduction
- 2 noft Utility
- 3 noft Options
- Break Key
- ! (Exclamation Point)
- CD
- COMMENT
- DUMPADDRESS or DA
- DUMPOFFSET or DO
- DUMPPROC or DP
- DYNSTR2
- ENV
- EXIT or E
- FC
- FILE or F
- HELP or ?
- HISTORY or H
- LAYOUT
- LIBLIST
- LISTATTRIBUTE or LA
- LISTCOMPILERS or LC
- LISTOPTIMIZE or LO
- LISTPROC or LP
- LISTSOURCE or LS
- LISTSRLEXPORTS or LLE
- LISTSRLFIXUPS or LLF
- LISTSRLINFO or LLI
- LISTUNREFERENCED or LUR
- LISTUNRESOLVED or LU
- LOG
- OBEY
- OUT
- QUIT or Q
- RESET
- SET
- SHOW
- SYSTEM or VOLUME
- XREFPROC or XP
- 4 noft Diagnostic Messages
- 5 ar Utility
- 6 ar Diagnostic Messages
- A Sample nld and noft Session
- B Converting From Binder to noft
- C Native Object File Structure
- Glossary
- Index

noft Options
noft Manual—528273-001
3-51
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 3-44 on
page 3-53.)
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.