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

  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_interceptors.h 149 if (!INTERCEPT_FUNCTION_VER(name, ver)) \
155 if (!INTERCEPT_FUNCTION_VER(name, ver) && !INTERCEPT_FUNCTION(name)) \
  /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/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception.h 279 # define INTERCEPT_FUNCTION_VER(func, symver) \
284 # define INTERCEPT_FUNCTION_VER(func, symver) \
289 # 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/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 301 # define TSAN_INTERCEPT_VER(func, ver) INTERCEPT_FUNCTION_VER(func, ver)
2324 INTERCEPT_FUNCTION_VER(name, ver)
2326 (INTERCEPT_FUNCTION_VER(name, ver) || INTERCEPT_FUNCTION(name))
  /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 36 milliseconds