HomeSort by: relevance | last modified time | path
    Searched defs:__GLIBC_PREREQ (Results 1 - 3 of 3) 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.h 25 #ifndef __GLIBC_PREREQ
26 #define __GLIBC_PREREQ(x, y) 0
630 #if __GLIBC_PREREQ (2, 20)
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)

Completed in 58 milliseconds