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

/art/runtime/
H A Ddex_file_verifier.cc1564 uint32_t section_offset = item->offset_; local
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
2336 uint32_t section_offset = item->offset_; local
[all...]

Completed in 93 milliseconds