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)) */
4751 `--multi-subspace' switch causes `ld' to generate export stubs, and
4755 Long branch stubs and import/export stubs are placed by `ld' in stub
5079 The cygwin/mingw `ld' has several ways to export symbols for dll's.
5081 _using auto-export functionality_
5082 By default `ld' exports symbols with the auto-export
5086 * -export-all-symbols [This is the default]
5092 If, however, `--export-all-symbols' is not given explicitly
5093 on the command line, then the default auto-export behavior
5111 Using a DEF file turns off the normal auto-export behavior,
5112 unless the `--export-all-symbols' option is also used.
5127 and five symbols in the export table. The third exported
5151 The complete specification of an export symbol is:
5167 `NONAME': Do not put the symbol name in the DLL's export
5175 function. The import lib will export only an indirect
5187 `PRIVATE': Put the symbol in the DLL's export table, but do
5201 Another way of marking symbols for export is to modify the
5210 in this way, then the normal auto-export behavior is
5211 disabled, unless the `--export-all-symbols' option is also
5396 Sometimes, it is useful to export symbols with additional
5435 Note: using a DEF file disables the default auto-export behavior,
5436 unless the `--export-all-symbols' command line option is used.
5439 are not being renamed, and do _not_ use the `--export-all-symbols'
5441 use `--export-all-symbols' to handle the other symbols, then the
6470 * --export-all-symbols: Options. (line 1503)
6471 * --export-dynamic: Options. (line 181)
7127 * using auto-export functionality: WIN32. (line 22)