Home | History | Annotate | Download | only in info

Lines Matching full:weak

5402           the source code using the "weak" attribute:
5405 void _foo () __attribute__ ((weak, alias ("foo")));
5408 weak symbols.
5437 The Windows object format, PE, specifies a form of weak symbols
5438 called weak externals. When a weak symbol is linked and the
5439 symbol is not defined, the weak symbol becomes an alias for some
5440 other symbol. There are three variants of weak externals:
5449 As a GNU extension, weak symbols that do not specify an alternate
7127 * weak externals: WIN32. (line 386)