Lines Matching refs:INTERCEPTOR

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