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-37
LISTUNRESOLVED or LU
Example 3-31. LISTUNRESOLVED Option (BRIEF)
noft> listunresolved * brief
# Unresolved Name
4 proc4__Fv
5 proc3__Fv
10 __nw__FUi
11 __dl__FPv
noft>
Example 3-32. LISTUNRESOLVED Option (DETAIL)
noft> listunresolved * detail
Number : 4
Name :
proc4__Fv
Demangled Name :
proc4()
Type : Proc
Addresses Used At : 0x761003a4
Number : 5
Name :
proc3__Fv
Demangled Name :
proc3()
Type : Proc
Addresses Used At : 0x761003ac
Number : 10
Name :
__nw__FUi
Demangled Name :
operator new(unsigned int)
Type : Proc
Addresses Used At : 0x761004a4
0x76100438
Number : 11
Name :
__dl__FPv
Demangled Name :
operator delete(void *)
Type : Proc
Addresses Used At : 0x761004f4
0x76100514
noft>