Home
last modified time | relevance | path

Searched refs:SI_FREEBSD (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_interceptors.h56 #define SI_FREEBSD 1 macro
58 #define SI_FREEBSD 0 macro
160 ((SI_POSIX && _GNU_SOURCE) || SI_NETBSD || SI_FREEBSD)
173 #define SANITIZER_INTERCEPT_MEMRCHR (SI_FREEBSD || SI_LINUX || SI_NETBSD)
193 (SI_FREEBSD || SI_NETBSD || SI_LINUX_NOT_ANDROID)
208 #define SANITIZER_INTERCEPT_PRINTF_L (SI_FREEBSD || SI_NETBSD)
220 (SI_FREEBSD || SI_NETBSD || SI_MAC || SI_LINUX_NOT_ANDROID || SI_SOLARIS)
222 (SI_FREEBSD || SI_NETBSD || SI_MAC || SI_LINUX_NOT_ANDROID || SI_SOLARIS)
224 (SI_FREEBSD || SI_LINUX_NOT_ANDROID || SI_SOLARIS)
227 (SI_FREEBSD || SI_NETBSD || SI_LINUX_NOT_ANDROID || SI_SOLARIS)
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_interceptors.h39 # define SI_FREEBSD 1 macro
41 # define SI_FREEBSD 0 macro
95 #define SANITIZER_INTERCEPT_MEMRCHR SI_FREEBSD || SI_LINUX
108 #define SANITIZER_INTERCEPT_PREADV SI_FREEBSD || SI_LINUX_NOT_ANDROID
123 # define SANITIZER_INTERCEPT_PRINTF_L SI_FREEBSD
132 SI_FREEBSD || SI_MAC || SI_LINUX_NOT_ANDROID
134 SI_FREEBSD || SI_MAC || SI_LINUX_NOT_ANDROID
136 #define SANITIZER_INTERCEPT_GETPWENT_R SI_FREEBSD || SI_LINUX_NOT_ANDROID
138 #define SANITIZER_INTERCEPT_CLOCK_GETTIME SI_FREEBSD || SI_LINUX
149 #define SANITIZER_INTERCEPT_GETHOSTBYNAME_R SI_FREEBSD || SI_LINUX
[all …]