Lines Matching refs:section_offset
2403 uint32_t section_offset = item->offset_; in CheckIntraSection() local
2409 if (UNLIKELY(offset > section_offset)) { in CheckIntraSection()
2410 ErrorStringPrintf("Section overlap or out-of-order map: %zx, %x", offset, section_offset); in CheckIntraSection()
2413 if (!CheckPadding(section_offset, type)) { in CheckIntraSection()
2425 if (UNLIKELY(section_offset != expected)) { in CheckIntraSection()
2426 ErrorStringPrintf("Header at %x, expected %x", section_offset, expected); in CheckIntraSection()
2435 if (!CheckIntraIdSection<type>(section_offset, section_count)) { \ in CheckIntraSection()
2452 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()
2454 section_offset, header_->map_off_); in CheckIntraSection()
2472 if (!CheckIntraDataSection<type>(section_offset, section_count)) { \ in CheckIntraSection()
3430 uint32_t section_offset = item->offset_; in CheckInterSection() local
3463 if (!CheckInterSectionIterate(section_offset, section_count, type)) { in CheckInterSection()