Lines Matching refs: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(int, getcontext, struct ucontext_t *ucp) { in INTERCEPTOR() function
268 INTERCEPTOR(int, swapcontext, struct ucontext_t *oucp, in INTERCEPTOR() function
307 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() function
313 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() function
320 INTERCEPTOR(void, __longjmp_chk, void *env, int val) { in INTERCEPTOR() function
327 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR() function
334 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() function
342 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() function
350 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_RaiseException, in INTERCEPTOR() function
359 INTERCEPTOR(_Unwind_Reason_Code, _Unwind_SjLj_RaiseException, in INTERCEPTOR() function
369 INTERCEPTOR(char*, index, const char *string, int c)
383 INTERCEPTOR(char *, strcat, char *to, const char *from) { in DEFINE_REAL()
404 INTERCEPTOR(char*, strncat, char *to, const char *from, uptr size) { in INTERCEPTOR() function
423 INTERCEPTOR(char *, strcpy, char *to, const char *from) { in INTERCEPTOR() function
445 INTERCEPTOR(char*, strdup, const char *s) { in INTERCEPTOR() function
461 INTERCEPTOR(char*, __strdup, const char *s) { in INTERCEPTOR() function
477 INTERCEPTOR(char*, strncpy, char *to, const char *from, uptr size) { in INTERCEPTOR() function
490 INTERCEPTOR(long, strtol, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
503 INTERCEPTOR(int, atoi, const char *nptr) { in INTERCEPTOR() function
524 INTERCEPTOR(long, atol, const char *nptr) { in INTERCEPTOR() function
542 INTERCEPTOR(long long, strtoll, const char *nptr, char **endptr, int base) { in INTERCEPTOR() function
555 INTERCEPTOR(long long, atoll, const char *nptr) { in INTERCEPTOR() function
578 INTERCEPTOR(int, __cxa_atexit, void (*func)(void *), void *arg, in INTERCEPTOR() function
594 INTERCEPTOR(int, atexit, void (*func)()) { in INTERCEPTOR() function
612 INTERCEPTOR(int, pthread_atfork, void (*prepare)(), void (*parent)(), in INTERCEPTOR() function