noft Manual (G06.27+, H06.03+, J06.03+)
noft Options
noft Manual—528273-003
3-24
LIBLIST
LIBLIST
The LIBLIST option displays the object code 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 code file is built.
For more information:
In Example 3-17:
•
The object code 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 code file created by the ld utility. For more
information, see Example 3-18
on page 3-25.
Note. The LIBLIST option displays low-level internal data that is subject to change.
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-17. LIBLIST Option With Object Code 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