Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)

eld(1) OSS Shell and Utilities Reference Manual
-rename old_name new_name
Changes the symbol name of an externally visible procedure or data item.
old_name is the name of the procedure or data item to rename. new_name is the
new name to give the procedure or data item. See the eld Manual for details.
{ -rld_l | -rpath } path_list1
Tells eld to set search paths in the loadle for later use with the -alf ag or by the
rld loader. path_list1 identies paths to be searched after using the loadle loca-
tion and before using the rld default locations.
path_list1 contains one or more pathname entries, separated by a colon (:). A
pathname can be either an absolute OSS directory pathname or a fully qualied
Guardian subvolume name.
This ag can be specied more than once in a command line or an obey le. Mul-
tiple path_list1 specications are concatenated into a single loadle entry.
See the Finding Libraries subsection under DESCRIPTION for details about
the effect of this ag on search order.
-rld_first_l path_list2
Tells eld to set search paths in the loadle for later use with the -alf ag or by the
rld loader. path_list2 identies paths to be searched after using the location
specied by -rst_l and before using the public libraries.
path_list2 contains one or more pathname entries, separated by a colon (:). A
pathname can be either an absolute OSS directory pathname or a fully qualied
Guardian subvolume name.
This ag can be specied more than once in a command line or an obey le. Mul-
tiple path_list2 specications are concatenated into a single loadle entry.
See the Finding Libraries subsection under DESCRIPTION for details about
the effect of this ag on search order.
-s | -x Omits symbol information used for symbolic debugging from the output linkle or
loadle being created. A le stripped of all symbol information cannot be sym-
bolically debugged with the Visual Inspect or Native Inspect debugger.
You can use this ag only when creating a le. To strip all symbol information
from an existing loadle, use the -strip ag.
-set attribute_name attribute_value
Sets the value of the run-time attribute specied in attribute_name to the value
specied in attribute_value when creating a loadle. Use the -change ag to
change a run-time attribute in an existing loadle.
Each attribute_name has a corresponding range of accepted attribute_valuesas
follows:
CPPDIALECT or CPLUSPLUSDIALECT is:
CPPNEUTRAL or NEUTRAL
If CPPDIALECT or CPLUSPLUSDIALECT is not specied, the value
used comes from the input linkles.
370 Hewlett-Packard Company 527188-003