Search | Google it | Results 1 - 1 of 1 for funcall:WEAK_NAME (0.00 seconds) |
35: #define WEAK_NAME(name) __CONCAT(_weak_,name) 36: #define WEAK_ALIAS(name) __weak_alias(name, WEAK_NAME(name)) 37: #ifdef __GNUC__ 38: #define WEAK_PROTOTYPE(name) __typeof__(name) WEAK_NAME(name) 39: #else