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-10
Data Errors
Cause. The first few bytes of the object file are corrupt.
Recovery. Rebuild the object file.
Cause. The object file is partially stripped of its symbols information.
Recovery. Rebuild the object file with complete symbols information.
Cause. DUMPPROC or DP on page 3-10, LISTPROC or LP on page 3-28, or
XREFPROC or XP on page 3-50 did not work because the object file has no symbols.
Recovery. Rebuild the object file with symbols.
Cause. There is an inconsistency in the object file.
Recovery. Rebuild the object file.
Cause. LISTOPTIMIZE or LO on page 3-27 requires at least partial symbols
information to operate, and no symbols information exists.
Recovery. Rebuild the object file with complete symbols information.
Cause. The specified number is not valid for this source file.
Recovery. In the list of procedures, find the correct index number for the procedure.
*** DATA ERROR *** [1026]:
Not an ELF file: filename.
*** DATA ERROR *** [1028]:
Object file has been at least partially stripped, unable to
continue.
*** DATA ERROR *** [1029]:
PROC command only works on object files with symbols.
*** DATA ERROR *** [1030]:
Procedure and external symbol tables not consistent.
*** DATA ERROR *** [1031]:
Procedure descriptor table empty, unable to extract text.
*** DATA ERROR *** [1032]:
Procedure index out of range.