Searched refs:FUNC_EXP (Results 1 – 1 of 1) sorted by relevance
144 #define FUNC_EXP(name) __CONCAT(name, _exp) macro147 static ret FUNC_EXP(name)(void) __used; \149 WEAK_REF(FUNC_EXP(name), name); \152 static ret FUNC_EXP(name)(void) \166 static ret FUNC_EXP(name)(p0_type) __used; \168 WEAK_REF(FUNC_EXP(name), name); \171 static ret FUNC_EXP(name)(p0_type p0) \185 static ret FUNC_EXP(name)(p0_type, p1_type) __used; \187 WEAK_REF(FUNC_EXP(name), name); \190 static ret FUNC_EXP(name)(p0_type p0, p1_type p1) \[all …]