Searched refs:kProtectionRead (Results 1 – 5 of 5) sorted by relevance
51 static const uptr kProtectionRead = 1; variable
69 *protection |= kProtectionRead; in Next()
50 *protection |= kProtectionRead; in Next()
187 && (prot & MemoryMappingLayout::kProtectionRead) in MapRodata()
252 bool is_readable = prot & MemoryMappingLayout::kProtectionRead; in ProcessRootRegion()