Searched refs:kProtectionShared (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ | ||
D | sanitizer_procmaps.h | 53 static const uptr kProtectionShared = 8; variable |
D | sanitizer_procmaps_linux.cc | 59 *protection |= kProtectionShared; in Next() |