HomeSort by: relevance | last modified time | path
    Searched refs:INTERCEPT_FUNCTION_VER (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 314 INTERCEPT_FUNCTION_VER(pthread_cond_init, "GLIBC_2.3.2");
315 INTERCEPT_FUNCTION_VER(pthread_cond_signal, "GLIBC_2.3.2");
316 INTERCEPT_FUNCTION_VER(pthread_cond_broadcast, "GLIBC_2.3.2");
317 INTERCEPT_FUNCTION_VER(pthread_cond_wait, "GLIBC_2.3.2");
318 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2");
319 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2");
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.h 124 if ((!INTERCEPT_FUNCTION_VER(name, ver) || !REAL(name))) \
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h 283 # define INTERCEPT_FUNCTION_VER(func, symver) \
288 # define INTERCEPT_FUNCTION_VER(func, symver) \
293 # define INTERCEPT_FUNCTION_VER(func, symver) \
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_interceptors.cc 1249 if ((!INTERCEPT_FUNCTION_VER(name, ver) || !REAL(name))) \
1636 INTERCEPT_FUNCTION_VER(vswprintf, SANITIZER_NLDBL_VERSION);
1637 INTERCEPT_FUNCTION_VER(swprintf, SANITIZER_NLDBL_VERSION);
1683 INTERCEPT_FUNCTION_VER(pthread_create, "GLIBC_2.2");
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 310 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION_VER(func, ver)
2232 INTERCEPT_FUNCTION_VER(name, ver)

Completed in 16 milliseconds