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 Manual—528273-001
2-1
2 noft Utility
The noft utility, the native object file tool, displays all portions of native object files.
Topics:
•
Running the noft Utility in the Guardian Environment on page 2-1
•
Running the noft Utility in the OSS Environment on page 2-2
•
Listing Object Files on page 2-4
•
Dumping Object Files on page 2-4
•
Controlling the noft Environment on page 2-5
•
Debugging With noft on page 2-7
Running the noft Utility in the Guardian
Environment
You can use the noft utility as an interactive or batch process, but noft is most often
used as an interactive process. To run the noft utility in the Guardian environment,
use the TACL command RUN. The most common forms of RUN used for noft follow.
For complete information on RUN, see the TACL Reference Manual.
[RUN] NOFT
is the TACL command to start the noft process.
command-file
is an edit file containing one or more noft options. If the file contains more than
one option, options must be separated by semicolons (;).
If both a command-file and options are given, noft ignores the command-
file.
To run noft interactively:
[RUN] NOFT
To quit running noft interactively:
{ EXIT | E | QUIT | Q }
To run noft with a command file:
[RUN] NOFT [ / IN command-file [, OUT output-filename ] / ]
To run noft from the command line:
[RUN] NOFT option [; option ]...