Home | History | Annotate | Download | only in info

Lines Matching full:exported

289      not be automatically exported.  The library names may be delimited
294 explicitly listed in a .def file are still exported, regardless of
300 symbols should not be automatically exported, but which should be
309 file are still exported, regardless of this option.
1115 unversioned exported symbols.
1423 symbols marked `local' in the version script will not be exported.
1662 If given, symbols with a stdcall suffix (@NN) will be exported
1724 will be exported by the DLL. Note that this is the default if
1725 there otherwise wouldn't be any exported symbols. When symbols are
1726 explicitly exported via DEF files or implicitly exported via
1730 not be automatically exported. Also, symbols imported from other
1731 DLLs will not be re-exported, nor will symbols specifying the
1734 `libstd++', `libmingw32', or `crtX.o' will be exported. Symbols
1736 exported, to help with C++ DLLs. Finally, there is an extensive
1737 list of cygwin-private symbols that are not exported (obviously,
1748 exported. The symbol names may be delimited by commas or colons.
1753 Specifies no symbols should be automatically exported. [This
1780 before they are exported. [This option is specific to the i386 PE
1825 automatically or implicitly exported symbols. [This option is
1887 data type of the offending exported variable, ld will always
1891 the data type of the exported variable:
2818 hidden and won't be exported.
4170 set exported for an old version. That's wrong since older versions
4215 from being exported. A `.symver' directive takes precedence over a
5568 option can be used in order to see the final list of exported
5583 should be exported when a dll is created. Usually it is
5608 and seven symbols in the export table. The third exported
5611 and treating it as an alias for `afoo' exported from the DLL
5642 Declares `<name1>' as an exported symbol from the DLL, or
5643 declares `<name1>' as an exported alias for `<name2>'; or
5646 the symbol may be exported by the specified ordinal
5653 table. It will still be exported by its ordinal alias
5688 to be exported is declared as:
5693 All such symbols will be exported from the DLL. If, however,
5769 import lib, each function or variable exported from the dll is
5867 API) in which symbols are usually exported as undecorated aliases
5882 names. A symbol `foo' will be exported as `foo', but it can
5883 also be exported as `_foo' by using special directives in the
5908 exported as `foo' but not as `_foo' by using special
5917 The line `_foo = foo' maps the exported symbol `foo' to
5928 symbols will be exported. In effect, you'd be aliasing those
6118 form has structures which are opaque to the BFD core, and exported only