OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__GLIBC_PREREQ
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_glibc_version.h
22
#ifndef
__GLIBC_PREREQ
23
#define
__GLIBC_PREREQ
(x, y) 0
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_glibc_version.h
22
#ifndef
__GLIBC_PREREQ
23
#define
__GLIBC_PREREQ
(x, y) 0
/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 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026