Home
last modified time | relevance | path

Searched refs:GetSectionHeader (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dvdex_file.h139 const VdexSectionHeader& GetSectionHeader(VdexSection kind) const { in GetSectionHeader() function
160 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()
/art/runtime/oat/
Delf_file.cc205 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::ElfFileImpl
722 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 …]
Delf_file_impl.h85 Elf_Shdr* GetSectionHeader(Elf_Word) const;