Searched defs:ATTR_WEAK (Results 1 – 4 of 4) sorted by relevance
257 AC_DEFINE(ATTR_WEAK, [__attribute__((weak))], [apply the weak attribute to a symbol]) definition
334 AC_DEFINE(ATTR_WEAK, [__attribute__((weak))], [apply the weak attribute to a symbol]) definition
8 #define ATTR_WEAK __attribute__((__weak__)) macro