Searched refs:INTERCEPT_FUNCTION_VER (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 315 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/ |
D | interception.h | 245 # 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/ |
D | asan_interceptors.h | 101 if ((!INTERCEPT_FUNCTION_VER(name, ver) || !REAL(name))) \
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1273 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/ |
D | esan_interceptors.cpp | 52 INTERCEPT_FUNCTION_VER(name, ver)
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 309 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION_VER(func, ver) 2162 INTERCEPT_FUNCTION_VER(name, ver)
|