Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h81 Elf_Shdr* FindSectionByType(Elf_Word type) const;
Delf_file.cc717 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::FindSectionByType(Elf_Word type) const { in FindSectionByType() function in art::ElfFileImpl
849 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
895 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
1625 Elf_Shdr* symbol_section = FindSectionByType(section_type); in FixupSymbols()