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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_getauxval.h 25 # ifndef __GLIBC_PREREQ
26 # define __GLIBC_PREREQ(x, y) 0
29 # if __GLIBC_PREREQ(2, 16) || (SANITIZER_ANDROID && __ANDROID_API__ >= 21) || \
sanitizer_platform_limits_posix.cc 1011 #ifndef __GLIBC_PREREQ
1012 #define __GLIBC_PREREQ(x, y) 0
1015 #if SANITIZER_LINUX && (__ANDROID_API__ >= 21 || __GLIBC_PREREQ (2, 14))
1056 #if !defined(__s390x__) || __GLIBC_PREREQ (2, 20)
1132 #if !defined(__aarch64__) || !SANITIZER_LINUX || __GLIBC_PREREQ (2, 21)
sanitizer_linux_libcdep.cc 194 # ifndef __GLIBC_PREREQ
197 # define CHECK_GET_TLS_STATIC_INFO_VERSION (!__GLIBC_PREREQ(2, 27))
sanitizer_platform_limits_posix.h 25 #ifndef __GLIBC_PREREQ
26 #define __GLIBC_PREREQ(x, y) 0
630 #if __GLIBC_PREREQ (2, 20)
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 3034 #define MSAN_TEST_PRLIMIT __GLIBC_PREREQ(2, 13)

Completed in 20 milliseconds