Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc256 Elf_Shdr* section_header = GetSectionHeader(i); in Setup()
366 Elf_Shdr* section_header = GetSectionHeader(i); in CheckSectionsLinked()
761 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionHeader(Elf_Word i) const { in GetSectionHeader() function in art::ElfFileImpl
781 Elf_Shdr* section_header = GetSectionHeader(i); in FindSectionByType()
805 return GetSectionHeader(GetHeader().e_shstrndx); in GetSectionNameStringSection()
912 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()
958 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()
1388 Elf_Shdr* shdr = GetSectionHeader(i); in FindSectionByName()
1539 Elf_Shdr* sh = GetSectionHeader(i); in Strip()
1560 CHECK(GetSectionHeader(1) != nullptr); in Strip()
[all …]
Delf_file_impl.h78 Elf_Shdr* GetSectionHeader(Elf_Word) const;