Searched refs:section_offset (Results 1 – 4 of 4) sorted by relevance
94 uint32_t section_offset; member98 : section_kind(kind), section_offset(offset), section_size(size) {} in VdexSectionHeader()155 GetSectionHeaderAt(i).section_offset + GetSectionHeaderAt(i).section_size); in GetComputedFileSize()176 Begin() + GetSectionHeader(VdexSection::kChecksumSection).section_offset); in GetDexChecksumsArray()262 Begin() + GetSectionHeader(VdexSection::kVerifierDepsSection).section_offset, in GetVerifierDepsData()316 return Begin() + GetSectionHeader(VdexSection::kDexFileSection).section_offset; in DexBegin()321 return Begin() + GetSectionHeader(VdexSection::kTypeLookupTableSection).section_offset; in TypeLookupTableDataBegin()
271 sections[VdexSection::kChecksumSection].section_offset = GetChecksumsOffset(); in WriteToDisk()277 sections[VdexSection::kDexFileSection].section_offset = 0u; in WriteToDisk()282 sections[VdexSection::kVerifierDepsSection].section_offset = in WriteToDisk()289 sections[VdexSection::kTypeLookupTableSection].section_offset = in WriteToDisk()290 sections[VdexSection::kVerifierDepsSection].section_offset + verifier_deps_with_padding_size; in WriteToDisk()
2313 uint32_t section_offset = item->offset_; in CheckIntraSection() local2318 if (!CheckPadding(offset, section_offset, type)) { in CheckIntraSection()2320 } else if (UNLIKELY(offset > section_offset)) { in CheckIntraSection()2336 if (UNLIKELY(section_offset != 0)) { 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()2375 if (!CheckIntraSectionIterate<type>(section_offset, section_count)) { \ in CheckIntraSection()2386 if (!CheckIntraDataSection<type>(section_offset, section_count)) { \ in CheckIntraSection()3252 uint32_t section_offset = item->offset_; in CheckInterSection() local[all …]
43 const size_t section_offset = Size(); in GetNextWriteBufferSection() local45 return Data() + section_offset; in GetNextWriteBufferSection()