Home | History | Annotate | Download | only in info

Lines Matching full:export

262      symbols in all archive libraries from automatic export.  This
270 `--export-dynamic'
1591 `--export-all-symbols'
1596 function attributes, the default is to not export anything else
1825 /* Note: auto-export is assumed (no __declspec(dllexport)) */
4742 `--multi-subspace' switch causes `ld' to generate export stubs, and
4746 Long branch stubs and import/export stubs are placed by `ld' in stub
5070 The cygwin/mingw `ld' has several ways to export symbols for dll's.
5072 _using auto-export functionality_
5073 By default `ld' exports symbols with the auto-export
5077 * -export-all-symbols [This is the default]
5083 If, however, `--export-all-symbols' is not given explicitly
5084 on the command line, then the default auto-export behavior
5102 Using a DEF file turns off the normal auto-export behavior,
5103 unless the `--export-all-symbols' option is also used.
5118 and five symbols in the export table. The third exported
5142 The complete specification of an export symbol is:
5158 `NONAME': Do not put the symbol name in the DLL's export
5166 function. The import lib will export only an indirect
5178 `PRIVATE': Put the symbol in the DLL's export table, but do
5192 Another way of marking symbols for export is to modify the
5201 in this way, then the normal auto-export behavior is
5202 disabled, unless the `--export-all-symbols' option is also
5387 Sometimes, it is useful to export symbols with additional
5426 Note: using a DEF file disables the default auto-export behavior,
5427 unless the `--export-all-symbols' command line option is used.
5430 are not being renamed, and do _not_ use the `--export-all-symbols'
5432 use `--export-all-symbols' to handle the other symbols, then the
6461 * --export-all-symbols: Options. (line 1503)
6462 * --export-dynamic: Options. (line 181)
7116 * using auto-export functionality: WIN32. (line 22)