Lines Matching full:weak
5412 the source code using the "weak" attribute:
5415 void _foo () __attribute__ ((weak, alias ("foo")));
5418 weak symbols.
5447 The Windows object format, PE, specifies a form of weak symbols
5448 called weak externals. When a weak symbol is linked and the
5449 symbol is not defined, the weak symbol becomes an alias for some
5450 other symbol. There are three variants of weak externals:
5459 As a GNU extension, weak symbols that do not specify an alternate
7140 * weak externals: WIN32. (line 386)