Home
last modified time | relevance | path

Searched refs:INTERCEPT_FUNCTION_VER (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp315 INTERCEPT_FUNCTION_VER(pthread_cond_init, "GLIBC_2.3.2"); in InitializeInterceptors()
316 INTERCEPT_FUNCTION_VER(pthread_cond_signal, "GLIBC_2.3.2"); in InitializeInterceptors()
317 INTERCEPT_FUNCTION_VER(pthread_cond_broadcast, "GLIBC_2.3.2"); in InitializeInterceptors()
318 INTERCEPT_FUNCTION_VER(pthread_cond_wait, "GLIBC_2.3.2"); in InitializeInterceptors()
319 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
320 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2"); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.h50 if (!INTERCEPT_FUNCTION_VER(name, ver)) \
55 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h383 # define INTERCEPT_FUNCTION_VER(func, symver) INTERCEPT_FUNCTION_AIX(func) macro
390 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
395 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
400 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.h142 if (!INTERCEPT_FUNCTION_VER(name, ver)) \
148 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp584 INTERCEPT_FUNCTION_VER(func, ver); \
585 INTERCEPT_FUNCTION_VER(func##_l, ver); \
586 INTERCEPT_FUNCTION_VER(__##func##_l, ver); \
587 INTERCEPT_FUNCTION_VER(__##func##_internal, ver);
1420 if (!INTERCEPT_FUNCTION_VER(name, ver)) \
1426 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
1876 INTERCEPT_FUNCTION_VER(vswprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1877 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1928 INTERCEPT_FUNCTION_VER(pthread_create, "GLIBC_2.2"); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp58 if (!INTERCEPT_FUNCTION_VER(name, ver)) \
64 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp346 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION_VER(func, ver)
2519 INTERCEPT_FUNCTION_VER(name, ver)
2521 (INTERCEPT_FUNCTION_VER(name, ver) || INTERCEPT_FUNCTION(name))