DLL Programmer's Guide for TNS/E Systems
Linker Options List
DLL Programmer’s Guide for TNS/E Systems—527252-006
A-3
-export_not
This is a synonym for -hidden_symbol.
-first_L <filename>
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 Where The Linker
Searches for Libraries and Archives on page 2-11.
-FL
This is a synonym for -obey.
-grow_data_amount <hexadecimal number>
Leave the specified amount of slack space in virtual memory for the data of this
DLL.
-grow_limit <hexadecimal number>
Use the specified value as the total amount of memory reserved for this DLL.
-grow_percent <number>
Leave the specified percentage of slack space in virtual memory for each of the
text and data segments of this DLL.
-grow_text_amount <hexadecimal number>
Leave the specified amount of slack space in virtual memory for the text of this
DLL.
-hidden_symbol <symbol name>
Do not export the specified symbol. See Controlling Which Symbols Your Loadfile
Exports on page 5-5.
-import_lib <filename>
Build a complete or incomplete import library with the specified filename in addition
to creating a new DLL.
-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.
-include_whole
This is a synonym for -all.










