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

/art/runtime/
H A Delf_file.cc206 Elf_Shdr* section_header = GetSectionHeader(i);
312 Elf_Shdr* section_header = GetSectionHeader(i);
707 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionHeader(Elf_Word i) const { function in class:art::ElfFileImpl
727 Elf_Shdr* section_header = GetSectionHeader(i);
751 return GetSectionHeader(GetHeader().e_shstrndx);
858 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
904 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
1338 Elf_Shdr* shdr = GetSectionHeader(i);
1445 Elf_Shdr* sh = GetSectionHeader(i);
1466 CHECK(GetSectionHeader(
[all...]
H A Delf_file_impl.h86 Elf_Shdr* GetSectionHeader(Elf_Word) const;

Completed in 6 milliseconds