Home | History | Annotate | Download | only in info

Lines Matching full:export

253      symbols in all archive libraries from automatic export.  This
261 `--export-dynamic'
1457 `--export-all-symbols'
1462 function attributes, the default is to not export anything else
1685 /* Note: auto-export is assumed (no __declspec(dllexport)) */
4361 `--multi-subspace' switch causes `ld' to generate export stubs, and
4365 Long branch stubs and import/export stubs are placed by `ld' in stub
4608 The cygwin/mingw `ld' has several ways to export symbols for dll's.
4610 _using auto-export functionality_
4611 By default `ld' exports symbols with the auto-export
4615 * -export-all-symbols [This is the default]
4621 If, however, `--export-all-symbols' is not given explicitly
4622 on the command line, then the default auto-export behavior
4640 Using a DEF file turns off the normal auto-export behavior,
4641 unless the `--export-all-symbols' option is also used.
4656 and five symbols in the export table. The third exported
4680 The complete specification of an export symbol is:
4696 `NONAME': Do not put the symbol name in the DLL's export
4704 function. The import lib will export only an indirect
4716 `PRIVATE': Put the symbol in the DLL's export table, but do
4730 Another way of marking symbols for export is to modify the
4739 in this way, then the normal auto-export behavior is
4740 disabled, unless the `--export-all-symbols' option is also
4919 Sometimes, it is useful to export symbols with additional
4958 Note: using a DEF file disables the default auto-export behavior,
4959 unless the `--export-all-symbols' command line option is used.
4962 are not being renamed, and do _not_ use the `--export-all-symbols'
4964 use `--export-all-symbols' to handle the other symbols, then the
5982 * --export-all-symbols: Options. (line 1376)
5983 * --export-dynamic: Options. (line 179)
6592 * using auto-export functionality: WIN32. (line 22)