Lines Matching refs:INTERCEPT_FUNCTION
50 #define COMMON_INTERCEPT_FUNCTION(name) INTERCEPT_FUNCTION(name)
276 #define ESAN_MAYBE_INTERCEPT_OPEN64 INTERCEPT_FUNCTION(open64)
295 #define ESAN_MAYBE_INTERCEPT_CREAT64 INTERCEPT_FUNCTION(creat64)
368 #define ESAN_MAYBE_INTERCEPT_MMAP64 INTERCEPT_FUNCTION(mmap64)
388 #define ESAN_MAYBE_INTERCEPT_SIGNAL INTERCEPT_FUNCTION(signal)
420 #define ESAN_MAYBE_INTERCEPT_SIGACTION INTERCEPT_FUNCTION(sigaction)
438 #define ESAN_MAYBE_INTERCEPT_SIGPROCMASK INTERCEPT_FUNCTION(sigprocmask)
455 #define ESAN_MAYBE_INTERCEPT_PTHREAD_SIGMASK INTERCEPT_FUNCTION(pthread_sigmask)
515 INTERCEPT_FUNCTION(strcpy); // NOLINT in initializeInterceptors()
516 INTERCEPT_FUNCTION(strncpy); in initializeInterceptors()
518 INTERCEPT_FUNCTION(open); in initializeInterceptors()
520 INTERCEPT_FUNCTION(creat); in initializeInterceptors()
522 INTERCEPT_FUNCTION(unlink); in initializeInterceptors()
523 INTERCEPT_FUNCTION(fread); in initializeInterceptors()
524 INTERCEPT_FUNCTION(fwrite); in initializeInterceptors()
525 INTERCEPT_FUNCTION(puts); in initializeInterceptors()
526 INTERCEPT_FUNCTION(rmdir); in initializeInterceptors()
528 INTERCEPT_FUNCTION(mmap); in initializeInterceptors()
536 INTERCEPT_FUNCTION(calloc); in initializeInterceptors()
537 INTERCEPT_FUNCTION(free); in initializeInterceptors()