Searched refs:INTERCEPT_FUNCTION (Results 1 – 7 of 7) sorted by relevance
1172 INTERCEPT_FUNCTION(mmap); in InitializeInterceptors()1173 INTERCEPT_FUNCTION(mmap64); in InitializeInterceptors()1174 INTERCEPT_FUNCTION(posix_memalign); in InitializeInterceptors()1175 INTERCEPT_FUNCTION(malloc); in InitializeInterceptors()1176 INTERCEPT_FUNCTION(calloc); in InitializeInterceptors()1177 INTERCEPT_FUNCTION(realloc); in InitializeInterceptors()1178 INTERCEPT_FUNCTION(free); in InitializeInterceptors()1179 INTERCEPT_FUNCTION(fread); in InitializeInterceptors()1180 INTERCEPT_FUNCTION(fread_unlocked); in InitializeInterceptors()1181 INTERCEPT_FUNCTION(readlink); in InitializeInterceptors()[all …]
259 INTERCEPT_FUNCTION(malloc); in InitializeInterceptors()260 INTERCEPT_FUNCTION(free); in InitializeInterceptors()261 INTERCEPT_FUNCTION(cfree); in InitializeInterceptors()262 INTERCEPT_FUNCTION(calloc); in InitializeInterceptors()263 INTERCEPT_FUNCTION(realloc); in InitializeInterceptors()264 INTERCEPT_FUNCTION(memalign); in InitializeInterceptors()265 INTERCEPT_FUNCTION(posix_memalign); in InitializeInterceptors()266 INTERCEPT_FUNCTION(__libc_memalign); in InitializeInterceptors()267 INTERCEPT_FUNCTION(valloc); in InitializeInterceptors()268 INTERCEPT_FUNCTION(pvalloc); in InitializeInterceptors()[all …]
66 #define INIT_STRCMP INTERCEPT_FUNCTION(strcmp)67 #define INIT_STRNCMP INTERCEPT_FUNCTION(strncmp)112 #define INIT_STRCASECMP INTERCEPT_FUNCTION(strcasecmp)113 #define INIT_STRNCASECMP INTERCEPT_FUNCTION(strncasecmp)128 #define INIT_FREXP INTERCEPT_FUNCTION(frexp);151 INTERCEPT_FUNCTION(frexpf); \152 INTERCEPT_FUNCTION(frexpl)189 #define INIT_READ INTERCEPT_FUNCTION(read)205 #define INIT_PREAD INTERCEPT_FUNCTION(pread)221 #define INIT_PREAD64 INTERCEPT_FUNCTION(pread64)[all …]
237 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX(func) macro240 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro243 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro
7 if [[ $line =~ ^(.*)((TSAN_INTERCEPT|INTERCEPT_FUNCTION)\()([a-z,A-Z,0-9,_]+)(.*)$ ]] ; then
627 if (!INTERCEPT_FUNCTION(name) && flags()->verbosity > 0) \728 INTERCEPT_FUNCTION(__cxa_throw); in InitializeAsanInterceptors()
200 #define TSAN_INTERCEPT(func) INTERCEPT_FUNCTION(func)