/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_glibc_version.h | 22 #ifndef __GLIBC_PREREQ 23 #define __GLIBC_PREREQ(x, y) 0 macro
|
H A D | sanitizer_platform_interceptors.h | 469 #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 D | sanitizer_getauxval.h | 24 # if (__GLIBC_PREREQ(2, 16) || (SANITIZER_ANDROID && __ANDROID_API__ >= 21) || \
|
H A D | sanitizer_platform_limits_posix.cpp | 1087 #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 D | sanitizer_platform_limits_posix.h | 666 #if __GLIBC_PREREQ (2, 20)
|
H A D | sanitizer_common_interceptors.inc | 2448 # if __GLIBC_PREREQ(2, 34)
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | kludge-fd_set.c | 14 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ) 15 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
|
H A D | openbsd-compat.h | 376 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ) 377 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
|
/freebsd/crypto/openssl/crypto/ |
H A D | uid.c | 34 # if defined(__GLIBC__) && defined(__GLIBC_PREREQ) 35 # if __GLIBC_PREREQ(2, 16)
|
H A D | getenv.c | 91 #if defined(__GLIBC__) && defined(__GLIBC_PREREQ) in ossl_safe_getenv() 92 # if __GLIBC_PREREQ(2, 17) in ossl_safe_getenv()
|
H A D | armcap.c | 72 # if defined(__GLIBC__) && defined(__GLIBC_PREREQ) 73 # if __GLIBC_PREREQ(2, 16)
|
H A D | ppccap.c | 88 #if defined(__GLIBC__) && defined(__GLIBC_PREREQ) 89 # if __GLIBC_PREREQ(2, 16)
|
H A D | s390xcap.c | 19 #if defined(__GLIBC__) && defined(__GLIBC_PREREQ) 20 # if __GLIBC_PREREQ(2, 16)
|
/freebsd/tools/build/cross-build/include/linux/ |
H A D | stdlib.h | 41 #ifndef __GLIBC_PREREQ 42 #define __GLIBC_PREREQ(min, maj) 0 macro
|
H A D | string.h | 51 (defined(__GLIBC__) && (!__GLIBC_PREREQ(2, 38) || !defined(_GNU_SOURCE))) 59 (defined(__GLIBC__) && (!__GLIBC_PREREQ(2, 25) || !defined(_GNU_SOURCE)))
|
H A D | unistd.h | 70 #if defined(__GLIBC__) && !__GLIBC_PREREQ(2, 25)
|
/freebsd/contrib/llvm-project/libcxx/include/__configuration/ |
H A D | platform.h | 36 # if defined(__GLIBC_PREREQ) 37 # define _LIBCPP_GLIBC_PREREQ(a, b) __GLIBC_PREREQ(a, b)
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | wchar.h | 135 # elif defined(__GLIBC_PREREQ) 136 # if __GLIBC_PREREQ(2, 10)
|
/freebsd/crypto/openssl/test/ |
H A D | shlibloadtest.c | 223 && 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 D | msan_interceptors.cpp | 246 #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 D | tsan_interceptors_posix.cpp | 1412 # 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()
|