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-22
LIBLIST
LIBLIST
The LIBLIST option displays the object file’s Liblist Section (if any). The Liblist section
contains the dynamic string information to which the library list points. This string
information is specified by the ld option -lib when the object file is built.
For more information:
In Example 3-13 on page 3-21:
•
The object file was built with the ld options -lib L1FSH1 and -lib L2FSL1.
•
The library list strings are L1FSH1 and L2FSL1.
•
Flags are bit flags:
Note. This option is useful only with an object file created by the ld utility, which does not
have a Liblist Section (see Example 3-15
on page 3-22).
LIBLIST
Topic Source
Library list (libList) DLL Programmer’s Guide for TNS/R Systems
ld options ld Manual
Flag Description
0x10 The DLL was not found when the loadfile was created.
0x08 The DLL was reexported by the current DLL (this bit is never set for a
program).
Example 3-14. LIBLIST Option With Object File Created by ld Utility
> noft;file junc110;liblist
Object File : \SPEEDY.$DATA06.KMZPICEX.junc110
File Format : ELF
Scope : (none)
Case : Sensitive
******** Readable Dump of Liblist Section ********
Index Name Flags
-------------------------
000 L1FSH1 0x10
001 L2FSL1 0x10
Example 3-15. LIBLIST Option With Object File Created by nld Utility
> noft;file hellomx;dynstr2
Object File : \SPEEDY.$DATA06.KMZPICP2.hellomx
File Format : ELF
Scope : (none)
Case : Sensitive
******** No Liblist Section ********