Searched refs:FUNC_EXP (Results 1 – 1 of 1) sorted by relevance
147 #define FUNC_EXP(name) __CONCAT(name, _exp) macro150 static ret FUNC_EXP(name)(void) __used; \152 WEAK_REF(FUNC_EXP(name), name); \155 static ret FUNC_EXP(name)(void) \169 static ret FUNC_EXP(name)(p0_type) __used; \171 WEAK_REF(FUNC_EXP(name), name); \174 static ret FUNC_EXP(name)(p0_type p0) \188 static ret FUNC_EXP(name)(p0_type, p1_type) __used; \190 WEAK_REF(FUNC_EXP(name), name); \193 static ret FUNC_EXP(name)(p0_type p0, p1_type p1) \[all …]