noft Manual (G06.27+, H06.03+, J06.03+)

noft Options
noft Manual528273-003
3-14
DYNSTR2
DYNSTR2
The DYNSTR2 option displays the target object code file’s Dynstr2 Section (if any). The
Dynstr2 Section contains the dynamic string information to which the library list and the
rld search lists point. This string information is specified by the ld options -lib,
-rld_first_l, and -rld_l when the object code file is built.
For more information:
In Example 3-6:
The library list strings are L1FSH1 and L2FSL1 (specified by the ld option -lib).
The rld search list strings are $data06.kmztacl and $data06.kmzens
(specified by the ld option -rld_first_l) and kmzepc, $data06.kmzpicp2,
and $data06.kmzpicex (specified by the ld option -rld_l).
Index is the byte offset (displayed in decimal) of the string in the DYNSTR2
section.
Note. This option is useful only with an object code file created by the ld utility, which has a
Dynstr2 Section.
Note. The DYNSTR2 option displays low-level internal data that is subject to change.
DYNSTR2
Topic Source
Library list (libList) DLL Programmers Guide for TNS/R Systems
ld options ld Manual
Example 3-6. DYNSTR2 Option With Object Code File Created by ld
Utility (page 1 of 2)
ld commands used to build the object code file in the noft session:
-call_shared
KMZPICP2.callib1o
-o KMZPICEX.junc110
-t 0x70000000 -d 0x08000000
-e main
-allow_missing_libs
-rld_l kmzepc
-lib L1FSH1
-rld_l $data06.kmzpicp2
-rld_first_l $data06.kmztacl
-lib L2FSL1
-rld_l $data06.kmzpicex
-rld_first_l $data06.kmzens