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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_interceptors.h124 #define SI_SOLARIS32 1 macro
126 #define SI_SOLARIS32 0 macro
186 #define SANITIZER_INTERCEPT_PREAD64 (SI_GLIBC || SI_SOLARIS32)
187 #define SANITIZER_INTERCEPT_PWRITE64 (SI_GLIBC || SI_SOLARIS32)
273 #define SANITIZER_INTERCEPT_READDIR64 SI_GLIBC || SI_SOLARIS32
313 #define SANITIZER_INTERCEPT_SCANDIR64 SI_GLIBC || SI_SOLARIS32
435 #define SANITIZER_INTERCEPT_FOPEN64 (SI_GLIBC || SI_SOLARIS32)

Completed in 95 milliseconds