eld Manual

Table Of Contents
Summary of Linker Options
eld Manual527255-009
5-3
-exported_symbol <symbol name>
Export the specified symbol from the loadfile being created. See Specifying Which
Symbols to Export, and Creating the Export Digest on page 3-20.
-export_not
synonym for -hidden_symbol.
-first_L <location>
The specified directory or subvolume is one of the places where the linker will look
for DLLs and archives before it looks for public DLLs. See The Steps in Looking for
Archives and DLLs on page 2-17.
-FL
synonym for -obey.
-grow_data_amount <number>
Leave the specified amount of slack space in virtual memory for the data of this
DLL. See Using a DLL Registry on page 2-8.
-grow_limit <number>
Use the specified value as the total amount of memory reserved for this DLL.
See Using a DLL Registry on page 2-8.
-grow_percent <number>
Leave the specified percentage of slack space in virtual memory for each of the
text and data segments of this DLL. See Using a DLL Registry on page 2-8.
-grow_text_amount <number>
Leave the specified amount of slack space in virtual memory for the text of this
DLL. See Using a DLL Registry
on page 2-8.
-hidden_symbol <symbol name>
Do not export the specified symbol. See Specifying Which Symbols to Export, and
Creating the Export Digest on page 3-20
-import_lib <filename>
Build a complete or incomplete import library with the specified filename in addition
to creating a new DLL. See Creating Import Libraries
on page 3-11.
-import_lib_stripped <filename>
Build a complete or incomplete import library with the specified filename in addition
to creating a new DLL, and strip the DWARF symbol table from the import library.
See Updating Or Stripping DWARF Symbol Table Information
on page 4-14.