Open System Services Shell and Utilities Reference Manual (G06.29+, H06.08+, J06.03+)
User Commands (d - f) eld(1)
whether a -dllname or -soname flag is specified. filename10 can also become the
DLL name used for the file in the libList. See the description of the -dllname flag
in this reference page for more information.
-public_registry filename11
Tells eld to use the file identified as filename11 as the public DLL registry file.
If this flag is omitted, ld searches as follows to find the name of the public DLL
registry file to use:
1. Its own directories, where it looks for a file named zreg (normally
/usr/bin/zreg or /usr/lib/zreg)
2. Current data obtained from the operating system using definitions in
/usr/include/dpublib.h
-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.
527188-021 Hewlett-Packard Company 3−71