Searched refs:GetSectionHeader (Results 1 – 2 of 2) sorted by relevance
205 Elf_Shdr* section_header = GetSectionHeader(i); in Setup()310 Elf_Shdr* section_header = GetSectionHeader(i); in CheckSectionsLinked()703 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionHeader(Elf_Word i) const { in GetSectionHeader() function in art::ElfFileImpl723 Elf_Shdr* section_header = GetSectionHeader(i); in FindSectionByType()747 return GetSectionHeader(GetHeader().e_shstrndx); in GetSectionNameStringSection()854 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()900 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()1364 Elf_Shdr* shdr = GetSectionHeader(i); in FindSectionByName()1471 Elf_Shdr* sh = GetSectionHeader(i); in Strip()1492 CHECK(GetSectionHeader(1) != nullptr); in Strip()[all …]
80 Elf_Shdr* GetSectionHeader(Elf_Word) const;