Searched refs:FindSectionByType (Results 1 – 4 of 4) sorted by relevance
77 Elf32_Shdr* FindSectionByType(Elf32_Word type) const;
739 Elf32_Shdr* ElfFile::FindSectionByType(Elf32_Word type) const { in FindSectionByType() function in art::ElfFile858 Elf32_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()902 Elf32_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
128 Elf32_Shdr* symbol_section = elf_file.FindSectionByType(section_type); in FixupSymbols()
283 CHECK_EQ(shdr, elf_file_->FindSectionByType(SHT_OAT_PATCH)) in WriteOutPatchData()