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 Utility
noft Manual—528273-001
2-3
Running the noft Utility in the OSS Environment
•
If an option includes an asterisk (*) or question mark (?) as a parameter, do
either of:
°
Enclose the option and its parameters in quotation marks; for example:
noft -file sample "-listproc *"
°
Enclose the entire sequence of options in quotation marks; for example
noft "-file sample -listproc *"
•
Do not include these options, which work only in an interactive session:
°
! (Exclamation Point) on page 3-4
°
FC on page 3-15
•
Do not include these, which are useful only in an interactive session:
°
The option HISTORY or H on page 3-20
°
The HISTORYBUFFER or HISTORYWINDOW parameter of the option SET
on page 3-43
(Options given in the command line are not stored in the history buffer.)
object-filename
specifies the target object file.
Example 2-1. noft Command Line
noft -file sample.o -set scopesource sample.c "-listproc *"
Example 2-2. Interactive noft Session Equivalent to Example 2-1 on page 2-3
noft
noft> file sample.o
noft> set scopesource sample.c
noft> listproc *
noft> exit