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

/art/runtime/
H A Ddex_file_verifier.cc1329 uint32_t section_offset = item->offset_; local
1334 if (!CheckPadding(offset, section_offset)) {
1336 } else if (UNLIKELY(offset > section_offset)) {
1337 ErrorStringPrintf("Section overlap or out-of-order map: %zx, %x", offset, section_offset);
1348 if (UNLIKELY(section_offset != 0)) {
1349 ErrorStringPrintf("Header at %x, not at start of file", section_offset);
1361 if (!CheckIntraIdSection(section_offset, section_count, type)) {
1371 if (UNLIKELY(section_offset != header_->map_off_)) {
1373 section_offset, header_->map_off_);
1377 offset = section_offset
2042 uint32_t section_offset = item->offset_; local
[all...]

Completed in 6 milliseconds