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