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-16
FILE or F
FILE or F
The FILE option specifies the name of the target object file you want to use with noft.
A subsequent FILE option closes the current object file and opens the specified object
file.
filename
specifies the name of the target object file. filename is a Guardian file name
when noft is running in the Guardian environment. filename is an OSS
pathname when noft is running in the OSS environment. The maximum size of
the OSS pathname is 255 characters.
?
returns the name of the target object file.
Considerations:
•
You must issue the FILE option before you can use any of:
°
DUMPADDRESS or DA on page 3-6
°
DUMPOFFSET or DO on page 3-8
°
DUMPPROC or DP on page 3-10
°
LISTATTRIBUTE or LA on page 3-23
°
LISTCOMPILERS or LC on page 3-25
°
LISTOPTIMIZE or LO on page 3-27
°
LISTPROC or LP on page 3-28
°
LISTSOURCE or LS on page 3-30
°
LISTSRLEXPORTS or LLE on page 3-31
°
LISTSRLFIXUPS or LLF on page 3-31
°
LISTSRLINFO or LLI on page 3-32
°
LISTUNREFERENCED or LUR on page 3-33
°
LISTUNRESOLVED or LU on page 3-36
Note. When you run noft from the command line, you must include this option.
{ FILE | F } { filename | ? }