Searched refs:section_offset (Results 1 – 1 of 1) sorted by relevance
1356 uint32_t section_offset = item->offset_; in CheckIntraSection() local1361 if (!CheckPadding(offset, section_offset)) { in CheckIntraSection()1363 } else if (UNLIKELY(offset > section_offset)) { in CheckIntraSection()1364 ErrorStringPrintf("Section overlap or out-of-order map: %zx, %x", offset, section_offset); in CheckIntraSection()1375 if (UNLIKELY(section_offset != 0)) { in CheckIntraSection()1376 ErrorStringPrintf("Header at %x, not at start of file", section_offset); in CheckIntraSection()1388 if (!CheckIntraIdSection(section_offset, section_count, type)) { in CheckIntraSection()1398 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()1400 section_offset, header_->map_off_); in CheckIntraSection()1404 offset = section_offset + sizeof(uint32_t) + (map->size_ * sizeof(DexFile::MapItem)); in CheckIntraSection()[all …]