Home
last modified time | relevance | path

Searched refs:SANITIZER_MIPS32 (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform.h105 # define SANITIZER_MIPS32 0 macro
108 # define SANITIZER_MIPS32 1 macro
113 # define SANITIZER_MIPS32 0 macro
Dsanitizer_linux.cc648 #if !SANITIZER_ANDROID || !SANITIZER_MIPS32 in internal_sigaction_norestorer()
664 #if !SANITIZER_ANDROID || !SANITIZER_MIPS32 in internal_sigaction_norestorer()
680 #if !SANITIZER_ANDROID || !SANITIZER_MIPS32 in internal_sigaction_syscall()
Dsanitizer_platform_limits_posix.h553 #elif SANITIZER_ANDROID && SANITIZER_MIPS32 // check this before WORDSIZE == 32
Dsanitizer_platform_limits_posix.cc1071 #if SANITIZER_LINUX && (!SANITIZER_ANDROID || !SANITIZER_MIPS32)