Lines Matching refs:section_offset
2317 uint32_t section_offset = item->offset_; in CheckIntraSection() local
2322 if (!CheckPadding(offset, section_offset, type)) { in CheckIntraSection()
2324 } else if (UNLIKELY(offset > section_offset)) { in CheckIntraSection()
2325 ErrorStringPrintf("Section overlap or out-of-order map: %zx, %x", offset, section_offset); in CheckIntraSection()
2340 if (UNLIKELY(section_offset != 0)) { in CheckIntraSection()
2341 ErrorStringPrintf("Header at %x, not at start of file", section_offset); in CheckIntraSection()
2350 if (!CheckIntraIdSection<type>(section_offset, section_count)) { \ in CheckIntraSection()
2368 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()
2370 section_offset, header_->map_off_); in CheckIntraSection()
2374 offset = section_offset + sizeof(uint32_t) + (map->size_ * sizeof(dex::MapItem)); in CheckIntraSection()
2379 if (!CheckIntraSectionIterate<type>(section_offset, section_count)) { \ in CheckIntraSection()
2390 if (!CheckIntraDataSection<type>(section_offset, section_count)) { \ in CheckIntraSection()
3257 uint32_t section_offset = item->offset_; in CheckInterSection() local
3286 if (!CheckInterSectionIterate(section_offset, section_count, type)) { in CheckInterSection()