Open System Services Shell and Utilities Reference Manual (G06.27+, H06.04+)

eld(1) OSS Shell and Utilities Reference Manual
-stdin Reads the contents of the standard input le at the place in the command line
where the ag is specied.
-strip filename12
Removes information used for symbolic debugging from an existing loadle with
the name lename12.Ale stripped of all symbol information cannot be symboli-
cally debugged with the Visual Inspect or Native Inspect debugger.
You can use this ag only on an existing loadle. To strip all symbol information
when creating a loadle, use the -s or -x ag.
You cannot specify other loadle lenames or ags other than the following with
the -strip ag:
-noverbose, -verbose,or-warn
- or -obey
-must_use_oname
-stdin
-temp_o
The resulting le has the same eld timestamp as before.
-t address2 Species the hexadecimal virtual address at which the text area starts. The default
values for address2 are:
70000000 for user programs
78000000 for a DLL when no DLL registry is used
The value specied for address2 is always hexadecimal and can optionally be
prexed by 0H. The specied value is automatically rounded up to a multiple of
128 kilobytes for a implicit DLL library or 64 kilobytes for other types of
loadles. If no more than 8 hexadecimal digits are specied, the number specied
is sign-extended to 16 digits.
You cannot use this ag if you use the -check_registry or -update_registry ags.
You should not use this ag if you want the DLL address to be determined from a
DLL registry le under your control.
-temp_i filename13
Tells eld to save its import library work with the specied le name until it has
successfully rewritten the nal le.
If an unqualied lename is used, eld saves the le in the directory where
lename10 is located.
If the -temp_i ag is not used and eld nishes creation of a new temporary le but
cannot remove an existing le with the same name as the specied import library
le, eld leaves the temporary le in the same directory as the output le and gives
it a unique lename beginning with the letters ZLD.
This ag can be used only when the -import_lib, -import_lib_stripped,or
-make_import_lib ag is used.
-temp_o filename14
Tells eld to save its output for the new object le created from a set of linkles, or
the output le of the -alf or -strip ags, with the specied le name until it has
successfully rewritten the nal le.
If an unqualied lename is used and a new object le is being created or the
-strip ag is used, eld saves the le in the directory where lename10 is located.
372 Hewlett-Packard Company 527188-004