Home
last modified time | relevance | path

Searched refs:section_offset (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_file_verifier.cc2313 uint32_t section_offset = item->offset_; in CheckIntraSection() local
2318 if (!CheckPadding(offset, section_offset, type)) { in CheckIntraSection()
2320 } else if (UNLIKELY(offset > section_offset)) { in CheckIntraSection()
2321 ErrorStringPrintf("Section overlap or out-of-order map: %zx, %x", offset, section_offset); in CheckIntraSection()
2336 if (UNLIKELY(section_offset != 0)) { in CheckIntraSection()
2337 ErrorStringPrintf("Header at %x, not at start of file", section_offset); in CheckIntraSection()
2346 if (!CheckIntraIdSection<type>(section_offset, section_count)) { \ in CheckIntraSection()
2364 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()
2366 section_offset, header_->map_off_); in CheckIntraSection()
2370 offset = section_offset + sizeof(uint32_t) + (map->size_ * sizeof(dex::MapItem)); in CheckIntraSection()
[all …]