Home
last modified time | relevance | path

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

/art/runtime/
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()
1355 Elf_Shdr* shdr = GetSectionHeader(i); in FindSectionByName()
1462 Elf_Shdr* sh = GetSectionHeader(i); in Strip()
1483 CHECK(GetSectionHeader(1) != nullptr); in Strip()
[all …]
Delf_file_impl.h80 Elf_Shdr* GetSectionHeader(Elf_Word) const;