Home
last modified time | relevance | path

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

/external/valgrind/helgrind/tests/
Dtc20_verifywrap.c23 #if !defined(__GLIBC_PREREQ)
52 # if __GLIBC_PREREQ(2,4) in main()
93 # if __GLIBC_PREREQ(2,4) in main()
106 # if __GLIBC_PREREQ(2,4) in main()
126 # if __GLIBC_PREREQ(2,4) in main()
/external/openssh/openbsd-compat/
Dkludge-fd_set.c14 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ)
15 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
Dopenbsd-compat.h281 # if defined(__GNU_LIBRARY__) && defined(__GLIBC_PREREQ)
282 # if __GLIBC_PREREQ(2, 15) && (_FORTIFY_SOURCE > 0)
/external/linux-tools-perf/src/tools/perf/util/
Dutil.h158 #ifdef __GLIBC_PREREQ
159 #if __GLIBC_PREREQ(2, 1)
/external/compiler-rt/test/tsan/
Dthread_name.cc5 #define USE_PTHREAD_SETNAME_NP __GLIBC_PREREQ(2, 12)
/external/libunwind/src/setjmp/
Dlongjmp.c39 #if __GLIBC_PREREQ(2, 4)
Dsiglongjmp.c39 #if __GLIBC_PREREQ(2, 4)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc1078 #ifndef __GLIBC_PREREQ
1079 #define __GLIBC_PREREQ(x, y) 0 macro
1081 #if !defined(__aarch64__) || !SANITIZER_LINUX || __GLIBC_PREREQ (2, 21)
/external/harfbuzz_ng/src/
Dhb-private.hh151 # if defined(__linux) && defined(__GLIBC_PREREQ)
152 # if __GLIBC_PREREQ(2,3)
/external/libcxx/include/
D__config337 #if __GLIBC_PREREQ(2, 15)
340 #if __GLIBC_PREREQ(2, 17)
/external/elfutils/src/tests/
Drun-dwarf-getmacros.sh567 __GLIBC_PREREQ(maj,min) ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))