Home
last modified time | relevance | path

Searched refs:__GLIBC_PREREQ (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_glibc_version.h22 #ifndef __GLIBC_PREREQ
23 #define __GLIBC_PREREQ(x, y) 0 macro
H A Dsanitizer_platform_interceptors.h469 #define SI_STAT_LINUX (SI_LINUX && __GLIBC_PREREQ(2, 33))
578 ((SI_LINUX && __GLIBC_PREREQ(2, 25)) || SI_FREEBSD || SI_SOLARIS)
583 ((SI_LINUX && __GLIBC_PREREQ(2, 25)) || SI_FREEBSD || SI_SOLARIS)
600 #define SANITIZER_INTERCEPT_PREADV2 (SI_LINUX && __GLIBC_PREREQ(2, 26))
601 #define SANITIZER_INTERCEPT_PWRITEV2 (SI_LINUX && __GLIBC_PREREQ(2, 26))
H A Dsanitizer_getauxval.h24 # if (__GLIBC_PREREQ(2, 16) || (SANITIZER_ANDROID && __ANDROID_API__ >= 21) || \
H A Dsanitizer_platform_limits_posix.cpp1087 #if SANITIZER_LINUX && (__ANDROID_API__ >= 21 || __GLIBC_PREREQ (2, 14))
1128 #if !defined(__s390x__) || __GLIBC_PREREQ (2, 20)
1213 #if !SANITIZER_LINUX || __GLIBC_PREREQ (2, 31)
H A Dsanitizer_platform_limits_posix.h666 #if __GLIBC_PREREQ (2, 20)
H A Dsanitizer_common_interceptors.inc2448 # if __GLIBC_PREREQ(2, 34)
/freebsd/crypto/openssh/openbsd-compat/
H A Dkludge-fd_set.c14 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ)
15 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
H A Dopenbsd-compat.h376 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ)
377 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
/freebsd/crypto/openssl/crypto/
H A Duid.c34 # if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
35 # if __GLIBC_PREREQ(2, 16)
H A Dgetenv.c91 #if defined(__GLIBC__) && defined(__GLIBC_PREREQ) in ossl_safe_getenv()
92 # if __GLIBC_PREREQ(2, 17) in ossl_safe_getenv()
H A Darmcap.c72 # if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
73 # if __GLIBC_PREREQ(2, 16)
H A Dppccap.c88 #if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
89 # if __GLIBC_PREREQ(2, 16)
H A Ds390xcap.c19 #if defined(__GLIBC__) && defined(__GLIBC_PREREQ)
20 # if __GLIBC_PREREQ(2, 16)
/freebsd/tools/build/cross-build/include/linux/
H A Dstdlib.h41 #ifndef __GLIBC_PREREQ
42 #define __GLIBC_PREREQ(min, maj) 0 macro
H A Dstring.h51 (defined(__GLIBC__) && (!__GLIBC_PREREQ(2, 38) || !defined(_GNU_SOURCE)))
59 (defined(__GLIBC__) && (!__GLIBC_PREREQ(2, 25) || !defined(_GNU_SOURCE)))
H A Dunistd.h70 #if defined(__GLIBC__) && !__GLIBC_PREREQ(2, 25)
/freebsd/contrib/llvm-project/libcxx/include/__configuration/
H A Dplatform.h36 # if defined(__GLIBC_PREREQ)
37 # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
/freebsd/contrib/llvm-project/libcxx/include/
H A Dwchar.h135 # elif defined(__GLIBC_PREREQ)
136 # if __GLIBC_PREREQ(2, 10)
/freebsd/crypto/openssl/test/
H A Dshlibloadtest.c223 && defined(__GLIBC_PREREQ) \ in test_lib()
225 # if __GLIBC_PREREQ(2, 3) in test_lib()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp246 #if (!SANITIZER_FREEBSD && !SANITIZER_NETBSD) || __GLIBC_PREREQ(2, 33)
268 #if __GLIBC_PREREQ(2, 33)
755 #define SANITIZER_STAT_LINUX (SANITIZER_LINUX && __GLIBC_PREREQ(2, 33))
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1412 # if !__GLIBC_PREREQ(2, 34)
1640 #if !SANITIZER_GLIBC || __GLIBC_PREREQ(2, 33)
1652 #if __GLIBC_PREREQ(2, 33)
2965 # if !__GLIBC_PREREQ(2, 34) in InitializeInterceptors()