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 Utility
noft Manual—528273-001
2-4
Listing Object Files
Listing Object Files
Dumping Object Files
The noft dumping options display unformatted views into an object file.
Table 2-1. noft Listing Options
Option Lists ...
LAYOUT
on page 3-21 Parts of an object file in file-offset order
LISTATTRIBUTE or LA
on
page 3-23
Process-specific information associated with an object
file
LISTCOMPILERS or LC
on
page 3-25
Version information about the native compiler
components and nld utility used to create an object file
LISTOPTIMIZE or LO
on
page 3-27
Procedures in an object file based on optimization level
LISTPROC or LP
on page 3-28 Procedures and subprocedures in an object file
LISTSOURCE or LS
on
page 3-30
Source files in an object file
LISTSRLEXPORTS or LLE
on
page 3-31
Information about the symbols exported by a shared
run-time library (SRL)
LISTSRLFIXUPS or LLF
on
page 3-31
Names of SRLs to which the unresolved symbols in an
object file have been “fixed up”
LISTSRLINFO or LLI
on
page 3-32
Names of SRLs linked into an object file
LISTUNREFERENCED or LUR
on page 3-33
Undefined and unreferenced symbols in an object file
LISTUNRESOLVED or LU
on
page 3-36
Unresolved symbols in an object file
XREFPROC or XP
on page 3-50 Cross reference listing of procedures in an object file
Table 2-2. noft Dumping Options
Option Displays ...
DUMPADDRESS or DA
on
page 3-6
Code and data from a virtual address inside an object file’s
memory space
DUMPOFFSET or DO
on
page 3-8
Code and data from a physical offset within the object file
DUMPPROC or DP
on
page 3-10
Contents of a procedure or part of a procedure