Lines Matching defs:INTERCEPTOR
202 INTERCEPTOR(int, pthread_create, void *thread, in INTERCEPTOR() function
237 INTERCEPTOR(int, pthread_join, void *t, void **arg) { in INTERCEPTOR() function
260 INTERCEPTOR(void, makecontext, struct ucontext_t *ucp, void (*func)(), int argc, in INTERCEPTOR() function
292 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() function
328 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() function
334 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() function
341 INTERCEPTOR(void, __longjmp_chk, void *env, int val) { in INTERCEPTOR() function
348 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR() function
355 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() function
363 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() function
371 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_RaiseException, in INTERCEPTOR() function
380 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_SjLj_RaiseException, in INTERCEPTOR() function
425 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() function
444 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() function
466 INTERCEPTOR(char*, strdup, const char *s) { in INTERCEPTOR() function
482 INTERCEPTOR(char*, __strdup, const char *s) { in INTERCEPTOR() function
498 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() function
511 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
524 INTERCEPTOR(int, atoi, const char *nptr) { in INTERCEPTOR() function
545 INTERCEPTOR(long, atol, const char *nptr) { in INTERCEPTOR() function
563 INTERCEPTOR(long long, strtoll, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
576 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() function
599 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() function
615 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() function
633 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), in INTERCEPTOR() function