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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_interceptors.h50 #define SI_GLIBC 1 macro
52 #define SI_GLIBC 0 macro
162 #define SANITIZER_INTERCEPT___STRNDUP SI_GLIBC
186 #define SANITIZER_INTERCEPT_PREAD64 (SI_GLIBC || SI_SOLARIS32)
187 #define SANITIZER_INTERCEPT_PWRITE64 (SI_GLIBC || SI_SOLARIS32)
196 #define SANITIZER_INTERCEPT_PREADV64 SI_GLIBC
197 #define SANITIZER_INTERCEPT_PWRITEV64 SI_GLIBC
205 #define SANITIZER_INTERCEPT_ISOC99_SCANF SI_GLIBC
210 #define SANITIZER_INTERCEPT_ISOC99_PRINTF SI_GLIBC
214 (SANITIZER_INTERCEPT_PRINTF && SI_GLIBC)
[all...]

Completed in 56 milliseconds