Searched refs:kProtectionRead (Results 1 – 8 of 8) sorted by relevance
32 static const uptr kProtectionRead = 1; variable45 bool IsReadable() const { return protection & kProtectionRead; } in IsReadable()
64 ((flags & ZX_VM_PERM_READ) ? kProtectionRead : 0) | in Next()
54 segment->protection |= kProtectionRead; in Next()
89 segment->protection |= kProtectionRead; in Next()
47 if (*data_.current++ == 'r') segment->protection |= kProtectionRead; in Next()
164 if (size >= sizeof(mach_header) && info.protection & kProtectionRead) { in GetDyldImageHeaderViaVMRegion()
183 info.protection & kProtectionRead); in ProcessPlatformSpecificAllocations()
68 __sanitizer::kProtectionExecute | __sanitizer::kProtectionRead; in TEST()