OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 22 21:09:42 GMT 2025