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

Introduction
noft Manual—528273-001
1-2
noft
noft
The noft utility reads and displays information from native object files. Use noft to:
•
Determine the optimization level of procedures in a file
•
Display object code with corresponding source code
•
List shared run-time library (SRL) references in an object file
•
List unresolved references in an object file
•
List object file attributes
•
Display these object file components:
°
Various file headers
°
Program text and data
°
Symbol table and its component parts
°
Run-time procedure table and relocation tables
Use these noft capabilities to develop and debug programs.
The noft utility runs in these environments:
•
Guardian
•
HP NonStop Open Systems Services (OSS)
The noft utility has the same capabilities in each environment, but each environment
has a slightly different syntax.
You can run noft in these ways:
•
Interactively from a TACL prompt or an OSS shell prompt
•
As a batch process by issuing commands from a terminal or a command file
For more information, see:
•
Section 2, noft Utility
•
Section 3, noft Options
•
Section 4, noft Diagnostic Messages