Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h77 Elf32_Shdr* FindSectionByType(Elf32_Word type) const;
Delf_file.cc739 Elf32_Shdr* ElfFile::FindSectionByType(Elf32_Word type) const { in FindSectionByType() function in art::ElfFile
858 Elf32_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
902 Elf32_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
/art/compiler/
Delf_fixup.cc128 Elf32_Shdr* symbol_section = elf_file.FindSectionByType(section_type); in FixupSymbols()
Delf_patcher.cc283 CHECK_EQ(shdr, elf_file_->FindSectionByType(SHT_OAT_PATCH)) in WriteOutPatchData()