Lines Matching refs:FUNC_EXP
144 #define FUNC_EXP(name) __CONCAT(name, _exp) macro
147 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) \
204 static ret FUNC_EXP(name)(p0_type, p1_type, p2_type) __used; \
206 WEAK_REF(FUNC_EXP(name), name); \
209 static ret FUNC_EXP(name)(p0_type p0, p1_type p1, p2_type p2) \