Home
last modified time | relevance | path

Searched refs:kProtectionRead (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps.h50 static const uptr kProtectionRead = 1; variable
Dsanitizer_procmaps_freebsd.cc69 *protection |= kProtectionRead; in Next()
Dsanitizer_procmaps_linux.cc50 *protection |= kProtectionRead; in Next()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_linux.cc184 && (prot & MemoryMappingLayout::kProtectionRead) in MapRodata()
/external/compiler-rt/lib/lsan/
Dlsan_common.cc285 bool is_readable = prot & MemoryMappingLayout::kProtectionRead; in ProcessRootRegion()