Searched refs:GetSectionHeader (Results 1 – 3 of 3) sorted by relevance
139 const VdexSectionHeader& GetSectionHeader(VdexSection kind) const { in GetSectionHeader() function160 return GetSectionHeader(VdexSection::kDexFileSection).section_size != 0u; in HasDexSection()163 return GetSectionHeader(VdexSection::kVerifierDepsSection).section_size; in GetVerifierDepsSize()166 return GetSectionHeader(VdexSection::kChecksumSection).section_size / sizeof(VdexChecksum); in GetNumberOfDexFiles()175 Begin() + GetSectionHeader(VdexSection::kChecksumSection).section_offset); in GetDexChecksumsArray()258 Begin() + GetSectionHeader(VdexSection::kVerifierDepsSection).section_offset, in GetVerifierDepsData()259 GetSectionHeader(VdexSection::kVerifierDepsSection).section_size); in GetVerifierDepsData()316 return Begin() + GetSectionHeader(VdexSection::kDexFileSection).section_offset; in DexBegin()321 return Begin() + GetSectionHeader(VdexSection::kTypeLookupTableSection).section_offset; in TypeLookupTableDataBegin()
205 Elf_Shdr* section_header = GetSectionHeader(i); in Setup()310 Elf_Shdr* section_header = GetSectionHeader(i); in CheckSectionsLinked()702 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionHeader(Elf_Word i) const { in GetSectionHeader() function in art::ElfFileImpl722 Elf_Shdr* section_header = GetSectionHeader(i); in FindSectionByType()746 return GetSectionHeader(GetHeader().e_shstrndx); in GetSectionNameStringSection()853 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()899 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()1371 Elf_Shdr* shdr = GetSectionHeader(i); in FindSectionByName()1428 Elf_Shdr* sh = GetSectionHeader(i); in Strip()1448 CHECK(GetSectionHeader(1) != nullptr); in Strip()[all …]
85 Elf_Shdr* GetSectionHeader(Elf_Word) const;