Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)
Table Of Contents
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 loadfile for later use with the -alf flag or by the
rld loader. path_list1 identifies paths to be searched after using the loadfile 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 qualified
Guardian subvolume name.
This flag can be specified more than once in a command line or an obey file. Mul-
tiple path_list1 specifications are concatenated into a single loadfile entry.
See the Finding Libraries subsection under DESCRIPTION for details about
the effect of this flag on search order.
-rld_first_l path_list2
Tells eld to set search paths in the loadfile for later use with the -alf flag or by the
rld loader. path_list2 identifies paths to be searched after using the location
specified by -first_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 qualified
Guardian subvolume name.
This flag can be specified more than once in a command line or an obey file. Mul-
tiple path_list2 specifications are concatenated into a single loadfile entry.
See the Finding Libraries subsection under DESCRIPTION for details about
the effect of this flag on search order.
-s | -x Omits symbol information used for symbolic debugging from the output linkfile or
loadfile being created. A file stripped of all symbol information cannot be sym-
bolically debugged with the Visual Inspect or Native Inspect debugger.
You can use this flag only when creating a file. To strip all symbol information
from an existing loadfile, use the -strip flag.
-set attribute_name attribute_value
Sets the value of the run-time attribute specified in attribute_name to the value
specified in attribute_value when creating a loadfile. Use the -change flag to
change a run-time attribute in an existing loadfile.
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 specified, the value
used comes from the input linkfiles.
3−70 Hewlett-Packard Company 527188-003