Lines Matching defs:INTERCEPTOR
208 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR() function
249 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
269 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() function
305 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() function
311 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() function
318 INTERCEPTOR(void, __longjmp_chk, void *env, int val) { in INTERCEPTOR() function
325 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR() function
332 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() function
340 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() function
348 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_RaiseException, in INTERCEPTOR() function
357 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_SjLj_RaiseException, in INTERCEPTOR() function
402 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() function
421 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() function
443 INTERCEPTOR(char*, strdup, const char *s) { in INTERCEPTOR() function
459 INTERCEPTOR(char*, __strdup, const char *s) { in INTERCEPTOR() function
475 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() function
488 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
501 INTERCEPTOR(int, atoi, const char *nptr) { in INTERCEPTOR() function
522 INTERCEPTOR(long, atol, const char *nptr) { in INTERCEPTOR() function
540 INTERCEPTOR(long long, strtoll, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
553 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() function
576 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() function
592 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() function
610 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), in INTERCEPTOR() function