Home
last modified time | relevance | path

Searched refs:SANITIZER_MIPS (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform.h103 # define SANITIZER_MIPS 1 macro
112 # define SANITIZER_MIPS 0 macro
Dsanitizer_stoptheworld_linux_libcdep.cc42 # if SANITIZER_ANDROID && SANITIZER_MIPS
Dsanitizer_platform_limits_posix.h523 # if SANITIZER_MIPS
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_ioctl_test.cc81 unsigned int desc_value = SANITIZER_MIPS ? 0x4004ae98U : 0x8004ae98U; in TEST()
90 unsigned int desc_value = SANITIZER_MIPS ? 0x4400ae8eU : 0x8400ae8eU; in TEST()
/external/compiler-rt/lib/lsan/
Dlsan.h27 if (!SANITIZER_MIPS || \
/external/compiler-rt/lib/asan/
Dasan_stack.h51 if (!SANITIZER_MIPS || IsValidFrame(bp, stack_top, stack_bottom)) { in GetStackTraceWithPcBpAndContext()