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

Sample nld and noft Session
noft Manual—528273-001
A-20
LISTSRLINFO
LISTSRLINFO
The loadfile EXAMPLE1 in Example A-25 on page A-20 uses two SRLs (see
Example A-20 on page A-16). To see the names of these SRLs, use the
LISTSRLINFO option.
LISTUNRESOLVED
The list of unresolved functions and data is different for the loadfile EXAMPLE1 than
the linkfile MAINO. The output of the LISTUNRESOLVED option in Example A-26 is
affected by the SET SORT ALPHA option done in Example A-24 on page A-19.
Example A-25. LISTSRLINFO Option (Loadfile)
noft> LISTSRLINFO BRIEF
SRL Name : #
ZCRESRL : 0
ZCRTLSRL : 1
Example A-26. LISTUNRESOLVED Option (Loadfile)
noft> LISTUNRESOLVED * BRIEF
# Unresolved Name
23 C_INT_INIT_COMPLETE_
20 C_INT_INIT_START_
22 environ
19 errno
16 exit
8 free
1 malloc
7 printf
4 rand
3 seed_random_number