Home
last modified time | relevance | path

Searched refs:FUNC_EXP (Results 1 – 1 of 1) sorted by relevance

/src/lib/libc/gen/
H A D_pthread_stubs.c148 #define FUNC_EXP(name) __CONCAT(name, _exp) macro
151 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 …]