Home | History | Annotate | Download | only in runtime

Lines Matching refs:section_offset

1564     uint32_t section_offset = item->offset_;
1569 if (!CheckPadding(offset, section_offset)) {
1571 } else if (UNLIKELY(offset > section_offset)) {
1572 ErrorStringPrintf("Section overlap or out-of-order map: %zx, %x", offset, section_offset);
1583 if (UNLIKELY(section_offset != 0)) {
1584 ErrorStringPrintf("Header at %x, not at start of file", section_offset);
1596 if (!CheckIntraIdSection(section_offset, section_count, type)) {
1606 if (UNLIKELY(section_offset != header_->map_off_)) {
1608 section_offset, header_->map_off_);
1612 offset = section_offset + sizeof(uint32_t) + (map->size_ * sizeof(DexFile::MapItem));
1624 if (!CheckIntraDataSection(section_offset, section_count, type)) {
2336 uint32_t section_offset = item->offset_;
2360 if (!CheckInterSectionIterate(section_offset, section_count, type)) {