eld Manual

Table Of Contents
Summary of Linker Options
eld Manual527255-009
5-2
-change <attribute> <value> <filename>
Change the parts of an existing object file corresponding to things that the -set
option would set up. The <attribute> and <value> have the same possibilities as for
the -set option shown below. See The -set and -change Options on page 4-8.
-check_registry <filename>
Use the specified DLL registry to tell where the DLL being built must be placed in
memory. See Using a DLL Registry on page 2-8.
-cross_dll_cleanup
Discard a procedure if found in another DLL. For more information, see Using the -
cross_dll_cleanup option on page 3-19.
-d <hexadecimal address>
Use the specified value as the starting address of the data (constant) segment.
See Creating Segments of the Output Loadfile on page 2-6.
-data_resident
This is a special option that may be used when building a “proto-process”, also
known as a “sysgen process”.
-dll
synonym for -shared.
-dllname
synonym for -soname.
-e <symbol name>
Use the address of the specified procedure as the main entry point.
See Specification of the Main Entry Point
on page 4-17.
-error_unresolved
synonym for -unres_symbols error.
-export
synonym for -exported_symbol.
-export_all
Export all symbols that one might normally want to have exported without naming
them explicitly. See Specifying Which Symbols to Export, and Creating the Export
Digest on page 3-20.