Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc315 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()
/external/compiler-rt/lib/interception/
Dinterception.h245 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
250 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
255 # define INTERCEPT_FUNCTION_VER(func, symver) \ macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.h101 if ((!INTERCEPT_FUNCTION_VER(name, ver) || !REAL(name))) \
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1273 if ((!INTERCEPT_FUNCTION_VER(name, ver) || !REAL(name))) \
1527 INTERCEPT_FUNCTION_VER(vswprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1528 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1576 INTERCEPT_FUNCTION_VER(pthread_create, "GLIBC_2.2"); in InitializeInterceptors()
/external/compiler-rt/lib/esan/
Desan_interceptors.cpp52 INTERCEPT_FUNCTION_VER(name, ver)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc309 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION_VER(func, ver)
2162 INTERCEPT_FUNCTION_VER(name, ver)