Searched refs:FUNC_EXP (Results 1 – 1 of 1) sorted by relevance
148 #define FUNC_EXP(name) __CONCAT(name, _exp) macro151 static ret FUNC_EXP(name)(void) __used; \153 WEAK_REF(FUNC_EXP(name), name); \156 static ret FUNC_EXP(name)(void) \170 static ret FUNC_EXP(name)(p0_type) __used; \172 WEAK_REF(FUNC_EXP(name), name); \175 static ret FUNC_EXP(name)(p0_type p0) \189 static ret FUNC_EXP(name)(p0_type, p1_type) __used; \191 WEAK_REF(FUNC_EXP(name), name); \194 static ret FUNC_EXP(name)(p0_type p0, p1_type p1) \[all …]