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-53
XREFPROC or XP
If the program in Example 3-29 on page 3-35 is compiled and made executable and
the program file is designated to noft with the option FILE or F on page 3-16,
Example 3-43 on page 3-53 shows the result of the XREFPROC option.
Example 3-43. XREFPROC Option (for C Program in Example 3-29)
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 3-44. 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