Lines Matching refs:section_offset
1225 uint32_t section_offset = item->offset_;
1230 if (!CheckPadding(offset, section_offset)) {
1232 } else if (offset > section_offset) {
1233 LOG(ERROR) << StringPrintf("Section overlap or out-of-order map: %x, %x", offset, section_offset);
1244 if (section_offset != 0) {
1245 LOG(ERROR) << StringPrintf("Header at %x, not at start of file", section_offset);
1257 if (!CheckIntraIdSection(section_offset, section_count, type)) {
1267 if (section_offset != header_->map_off_) {
1269 section_offset, header_->map_off_);
1273 offset = section_offset + sizeof(uint32_t) + (map->size_ * sizeof(DexFile::MapItem));
1285 if (!CheckIntraDataSection(section_offset, section_count, type)) {
1881 uint32_t section_offset = item->offset_;
1905 if (!CheckInterSectionIterate(section_offset, section_count, type)) {