Searched refs:expected_offset (Results 1 – 1 of 1) sorted by relevance
1795 uint32_t expected_offset; in CheckIntraIdSection() local1801 expected_offset = header_->string_ids_off_; in CheckIntraIdSection()1805 expected_offset = header_->type_ids_off_; in CheckIntraIdSection()1809 expected_offset = header_->proto_ids_off_; in CheckIntraIdSection()1813 expected_offset = header_->field_ids_off_; in CheckIntraIdSection()1817 expected_offset = header_->method_ids_off_; in CheckIntraIdSection()1821 expected_offset = header_->class_defs_off_; in CheckIntraIdSection()1830 if (UNLIKELY(offset != expected_offset)) { in CheckIntraIdSection()1831 ErrorStringPrintf("Bad offset for section: got %zx, expected %x", offset, expected_offset); in CheckIntraIdSection()