Searched refs:SI_ANDROID (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_interceptors.h50 # define SI_ANDROID 1 macro
52 # define SI_ANDROID 0 macro
482 (SI_FREEBSD || SI_MAC || SI_ANDROID || SI_NETBSD || SI_OPENBSD || SI_SOLARIS)
518 #define SANITIZER_INTERCEPT_BSD_SIGNAL SI_ANDROID
529 (SI_NETBSD || SI_FREEBSD || SI_OPENBSD || SI_MAC || SI_ANDROID)
588 #define SANITIZER_INTERCEPT_GETUSERSHELL (SI_POSIX && !SI_ANDROID)
590 #define SANITIZER_INTERCEPT_CRYPT (SI_POSIX && !SI_ANDROID)
591 #define SANITIZER_INTERCEPT_CRYPT_R (SI_LINUX && !SI_ANDROID)
600 (SI_POSIX && !SI_IOSSIM && !SI_WATCHOS && !SI_TVOS && !SI_ANDROID)
601 #define SANITIZER_INTERCEPT_QSORT_R (SI_LINUX && !SI_ANDROID)
[all...]

Completed in 27 milliseconds