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

/art/runtime/
H A Delf_file.cc211 Elf_Shdr* section_header = GetSectionHeader(i);
317 Elf_Shdr* section_header = GetSectionHeader(i);
712 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionHeader(Elf_Word i) const { function in class:art::ElfFileImpl
732 Elf_Shdr* section_header = GetSectionHeader(i);
756 return GetSectionHeader(GetHeader().e_shstrndx);
863 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
909 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
1343 Elf_Shdr* shdr = GetSectionHeader(i);
1450 Elf_Shdr* sh = GetSectionHeader(i);
1471 CHECK(GetSectionHeader(
[all...]
H A Delf_file_impl.h86 Elf_Shdr* GetSectionHeader(Elf_Word) const;

Completed in 73 milliseconds