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

Converting From Binder to noft
noft Manual—528273-001
B-2
Comparing Binder Commands to noft Options
Comparing Binder Commands to noft Options
For descriptions of individual noft options, see Section 3, noft Options.
Table B-2. Comparing Binder With noft (page 1 of 2)
Binder Command noft Option Notes
CD CD
COMMENT COMMENT
DUMP DUMPADDRESS
DUMPOFFSET
DUMPPROC
In Binder, a code or data block name is
specified by an offset from base of block
and optional number of words.
In noft, there are three options:
•
DUMPADDRESS is specified by the
virtual address within the object
file’s memory space.
•
DUMPOFFSET is specified by the
physical offset with the object file.
•
DUMPPROC is specified by the
procedure name.
ENV ENV
EXIT EXIT
QUIT
FC FC, !
FILE FILE
HELP HELP
INFO LIST
INFO INCLUDE CODE LISTPROC noft performs this function on a
procedure level instead of on a code
block level.
INFO INCLUDE DATA DUMPADDRESS noft performs this function on a
address level instead of on a data block
level.
INFO UNRESOLVED LISTUNRESOLVED noft can give either the total number of
unresolved items or detailed information
about each unresolved data item and
procedure.
INFO UNDEFINED LISTUNRESOLVED
LIST LIST
LIST SOURCE LISTSOURCE
LIST CODE LISTPROC noft performs this function on a
procedure level instead of on a code or
data block level.