Home
last modified time | relevance | path

Searched refs:kProtectionShared (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps.h53 static const uptr kProtectionShared = 8; variable
Dsanitizer_procmaps_linux.cc59 *protection |= kProtectionShared; in Next()