Searched refs:FindSectionByType (Results 1 – 3 of 3) sorted by relevance
67 ::llvm::ELF::Elf32_Shdr* FindSectionByType(::llvm::ELF::Elf32_Word type);
360 llvm::ELF::Elf32_Shdr* ElfFile::FindSectionByType(llvm::ELF::Elf32_Word type) { in FindSectionByType() function in art::ElfFile448 llvm::ELF::Elf32_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()481 llvm::ELF::Elf32_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
230 ::llvm::ELF::Elf32_Shdr* symbol_section = elf_file.FindSectionByType(section_type); in FixupSymbols()