Home
last modified time | relevance | path

Searched refs:si_SEGV_ACCERR (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_posix.cc50 (code == si_SEGV_MAPERR || code == si_SEGV_ACCERR)) in AsanOnSIGSEGV()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h1283 extern const int si_SEGV_ACCERR;
Dsanitizer_platform_limits_posix.cc854 const int si_SEGV_ACCERR = SEGV_ACCERR; variable