Searched refs:kProtectionRead (Results 1 – 6 of 6) sorted by relevance
32 static const uptr kProtectionRead = 1; variable45 bool IsReadable() const { return protection & kProtectionRead; } in IsReadable()
45 segment->protection |= kProtectionRead; in Next()
48 if (*data_.current++ == 'r') segment->protection |= kProtectionRead; in Next()
115 segment->protection |= kProtectionRead; in Next()
159 if (size >= sizeof(mach_header) && info.protection & kProtectionRead) { in get_dyld_image_header()
184 info.protection & kProtectionRead); in ProcessPlatformSpecificAllocations()