Searched defs:__weak_reference (Results 1 – 2 of 2) sorted by relevance
37 #define __weak_reference(sym) __attribute__((__weakref__)) macro39 #define __weak_reference(sym) ; __asm(".weak " _C_LABEL_STRING(#sym)) macro55 #define __weak_reference(sym) __attribute__((__weakref__)) macro58 #define __weak_reference(sym) ___weak_reference(_/**/sym) macro
74 #define __weak_reference(sym) __attribute__((__weakref__(#sym))) macro76 #define __weak_reference(sym) ; __asm(".weak " _C_LABEL_STRING(#sym)) macro