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-18
HELP or ?
Example 3-9. HELP ALL Option
noft> help all
NOFT Help...
More help can be found on all things listed by typing
HELP <listed thing>
Commands:
!<command number> execute listed command from history
COMMENT adds next input line as comment in output
DUMPADDRESS dumps program text or data range
DUMPOFFSET dumps range of offsets in object file
DUMPPROC dumps program text range from within procedure
ENV lists characteristics about environment
EXIT exits NOFT
FC allows editing of listed command
FILE opens new object file
HELP no circular references here...
HISTORY see list of previous commands
LAYOUT dumps layout of areas of current object file
LISTATTRIBUTE lists general attributes of object file
LISTCOMPILERS lists compilers used to create object file
LISTOPTIMIZE lists optimization information for procedures
LISTPROC lists procedures and subprocedures
LISTSOURCE lists source files
LISTSRLINFO lists Shared Runtime Library information
LISTSRLEXPORTS lists Shared Runtime Library exports
LISTSRLFIXUPS lists fixups to Shared Runtime Libraries
LISTUNRESOLVED lists unresolved reference information
LISTUNREFERENCED lists unreferenced information
LOG option to set log file for input and commands
OBEY executes commands from OBEY command file
OUT option to set output file for commands
RESET resets SET options to default values
SET CASE set case-sensitivity
SET FORMAT set formatting of NOFT DUMP outputs
SET HISTORYBUFFER set size of previous commands stored
SET HISTORYWINDOW set default number of previous commands seen
SET LINES set the number of lines displayed before pause
SET LOG same as LOG command
SET OUT same as OUT command
SET SCOPEPROC limits NOFT to looking at individual procedures
SET SCOPESOURCE limits NOFT to looking at individual source files
SET SORT set sort for NOFT LIST outputs
SHOW shows variables in current NOFT session
SYSTEM changes default system
VOLUME changes default (sub)volume
XREFPROC dumps cross reference of procedures
noft>