Searched refs:kProtectionRead (Results 1 – 7 of 7) 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()
60 segment->protection |= kProtectionRead; in Next()
47 if (*data_.current++ == 'r') segment->protection |= kProtectionRead; in Next()
108 segment->protection |= kProtectionRead; in Next()
164 if (size >= sizeof(mach_header) && info.protection & kProtectionRead) { in GetDyldImageHeaderViaVMRegion()
218 if (use_root_regions && (info.protection & kProtectionRead)) in ProcessPlatformSpecificAllocations()