Lines Matching full:weak
4937 the source code using the "weak" attribute:
4940 void _foo () __attribute__ ((weak, alias ("foo")));
4943 weak symbols.
4972 The Windows object format, PE, specifies a form of weak symbols
4973 called weak externals. When a weak symbol is linked and the
4974 symbol is not defined, the weak symbol becomes an alias for some
4975 other symbol. There are three variants of weak externals:
4984 As a GNU extension, weak symbols that do not specify an alternate
6606 * weak externals: WIN32. (line 380)