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-36
LISTUNRESOLVED or LU
LISTUNRESOLVED or LU
The LISTUNRESOLVED option lists the unresolved symbols in an object file. These
references must be resolved before the file can be executed. (Compare this option with
the option LISTUNREFERENCED or LUR on page 3-33.)
PROC
P
displays unresolved procedures.
DATA
D
displays unresolved data items.
*
displays all unresolved items.
BRIEF
B
displays only symbol names and numbers. This is the default format.
DETAIL
D
displays detailed name information. For C++ functions, DETAIL provides the
“demangled” (original) names as well as the “mangled” internal equivalents.
EXCLUDE
E
excludes system-supplied functions, which include millicode calls, common system
library calls (as documented in the Guardian Procedure Calls Reference Manual),
and calls to functions in SRLs. See Example 3-35 on page 3-38.
{ LISTUNRESOLVED | LU } { PROC | P | DATA | D | * }
[ BRIEF | B | DETAIL | D | EXCLUDE | E ]
Note. This option is not available for PIC object files.
Note. This option is not available for PIC object files.