Searched refs:GetSectionHeader (Results 1 – 2 of 2) sorted by relevance
210 Elf_Shdr* section_header = GetSectionHeader(i); in Setup()316 Elf_Shdr* section_header = GetSectionHeader(i); in CheckSectionsLinked()711 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionHeader(Elf_Word i) const { in GetSectionHeader() function in art::ElfFileImpl731 Elf_Shdr* section_header = GetSectionHeader(i); in FindSectionByType()755 return GetSectionHeader(GetHeader().e_shstrndx); in GetSectionNameStringSection()862 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()908 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName()1342 Elf_Shdr* shdr = GetSectionHeader(i); in FindSectionByName()1449 Elf_Shdr* sh = GetSectionHeader(i); in Strip()1470 CHECK(GetSectionHeader(1) != nullptr); in Strip()[all …]
82 Elf_Shdr* GetSectionHeader(Elf_Word) const;