DLL Programmer's Guide for TNS/E Systems
Linker Options List
DLL Programmer’s Guide for TNS/E Systems—527252-006
A-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 Changing the Attributes of an Existing Loadfile
on page 5-9 .
-check_registry <filename>
Use the specified DLL registry to tell where the DLL being built must be placed in
memory.
-d <hexadecimal number>
Use the specified value as the starting address of the data (constant) segment.
See Specifying the Preferred Location of a Loadfile in Virtual Memory on page 5-8.
-data_resident
This is a special option that may be used when building a “proto-process”, also
known as a “sysgen process”.
-dll
This is a synonym for -shared.
-dllname
This is a synonym for -soname.
-e <symbol name>
Use the address of the specified procedure as the main entry point.
See Designating the Main Entry Point of Your Program on page 5-4.
-error_unresolved
This is a synonym for -unres_symbols error.
-export
This is a synonym for -exported_symbol.
-export_all
Export all symbols that you might normally want to have exported without naming
them explicitly. See Controlling Which Symbols Your Loadfile Exports
on page 5-5.
-exported_symbol <symbol name>
Export the specified symbol from the loadfile being created. See Controlling Which
Symbols Your Loadfile Exports on page 5-5.










