Lines Matching refs:FUNC_INT
147 #define FUNC_INT(name) __CONCAT(name, _int) macro
152 static ret FUNC_INT(name)(void) __used; \
154 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
162 static ret FUNC_INT(name)(void) \
171 static ret FUNC_INT(name)(p0_type) __used; \
173 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
181 static ret FUNC_INT(name)(p0_type p0) \
190 static ret FUNC_INT(name)(p0_type, p1_type) __used; \
192 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
200 static ret FUNC_INT(name)(p0_type p0, p1_type p1) \
209 static ret FUNC_INT(name)(p0_type, p1_type, p2_type) __used; \
211 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
219 static ret FUNC_INT(name)(p0_type p0, p1_type p1, p2_type p2) \