Home | History | Annotate | Download | only in info

Lines Matching full:weak

4935           the source code using the "weak" attribute:
4938 void _foo () __attribute__ ((weak, alias ("foo")));
4941 weak symbols.
4970 The Windows object format, PE, specifies a form of weak symbols
4971 called weak externals. When a weak symbol is linked and the
4972 symbol is not defined, the weak symbol becomes an alias for some
4973 other symbol. There are three variants of weak externals:
4982 As a GNU extension, weak symbols that do not specify an alternate
6604 * weak externals: WIN32. (line 380)