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 Diagnostic Messages
noft Manual—528273-001
4-19
Warnings
Cause. The specified object file was created with later versions of native mode
compilers and linker than noft supports; therefore, noft might not be able to read the
object file format.
Recovery. Use a later version of noft.
Cause. The range of addresses or offsets goes past a section boundary in the object
file, so it is not safe to contiguously dump or list.
Recovery. Respecify the needed addresses or offsets in two parts around the section
boundary.
Cause. The undocumented AOUTHDR command was used on an ELF file. This
command is meaningful only for COFF files. The logic for the undocumented
TANDEMINFO command was called instead.
Recovery. Do not use the command AOUTHDR on ELF files.
Cause. The undocumented TANDEMINFO command was used on a COFF file. This
command is meaningful only for ELF files. The logic for the undocumented AOUTHDR
command was called instead.
Recovery. Do not use the command TANDEMINFO on COFF files.
*** WARNING *** [2003]:
Selected file has greater version number than noft.
*** WARNING *** [2004]:
Specified range jumps section boundaries, dumping to end of
section.
*** WARNING *** [2005]:
This command only works on COFF files, using TANDEMINFO
instead ...
*** WARNING *** [2006]:
This command only works on ELF files, using AOUTHDR instead
...