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

Sample nld and noft Session
noft Manual—528273-001
A-22
XREFPROC
XREFPROC
The XREFPROC option in Example A-29 is under the influence of the SET
SCOPESOURCE option in Example A-28.
Example A-30 uses the RESET SCOPESOURCE option to remove the scoping limits and
then repeats the XREFPROC option.
Example A-29. Effect of SET SCOPESOURCE on XREFPROC Option
noft> XREFPROC * BRIEF
Called Procedure
Calling Procedures
-----------------------------------------------------------------------------
*** WARNING *** [2008]:
No cross reference information available in this category for procedure *.
Example A-30. Effect of RESET SCOPESOURCE on XREFPROC Option
noft> RESET SCOPESOURCE
Scope : (none)
noft> xrefproc * BRIEF
Called Procedure
Calling Procedures
-----------------------------------------------------------------------------
C_INT_INIT_COMPLETE_
_MAIN
C_INT_INIT_START_
__INIT__1_C
add_passengers
main
delete_passengers
main
exit
_MAIN
main
free
wrapup
initialize
main
main
_MAIN
malloc
initialize
printf
wrapup
rand
delete_passengers
initialize
seed_random_number
initialize
wrapup
main