Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h85 Elf_Shdr* FindSectionByType(Elf_Word type) const;
Delf_file.cc718 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::FindSectionByType(Elf_Word type) const { in FindSectionByType() function in art::ElfFileImpl
850 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
896 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
1626 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FixupSymbols()