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-33
LISTUNREFERENCED or LUR
LISTUNREFERENCED or LUR
The LISTUNREFERENCED or LUR option lists the undefined and unreferenced symbols
in a pTAL object file. These symbols must be linked before the object file can be
executed. (Compare this option with the option LISTUNRESOLVED or LU on
page 3-36.)
To find the functions in an object file that are never referenced, use the option
XREFPROC or XP on page 3-50.
PROC
P
displays unreferenced procedures.
DATA
D
displays unreferenced data items.
*
displays all unreferenced items.
BRIEF
B
lists only the names and numbers of symbols. This is the default.
DETAIL
D
provides more information, such as the type of each symbol. For C++ functions,
DETAIL provides the “demangled” (original) names as well as the “mangled”
internal equivalents.
{ LISTUNREFERENCED | LUR } { PROC | P | DATA | D | * }
[ BRIEF | B | DETAIL | D ]