noft Manual (G06.26+)

noft Options
noft Manual528273-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 Programmers 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 ********