Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.h67 ::llvm::ELF::Elf32_Shdr* FindSectionByType(::llvm::ELF::Elf32_Word type);
Delf_file.cc360 llvm::ELF::Elf32_Shdr* ElfFile::FindSectionByType(llvm::ELF::Elf32_Word type) { in FindSectionByType() function in art::ElfFile
448 llvm::ELF::Elf32_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
481 llvm::ELF::Elf32_Shdr* symbol_section = FindSectionByType(section_type); in FindSymbolByName()
/art/compiler/
Delf_fixup.cc230 ::llvm::ELF::Elf32_Shdr* symbol_section = elf_file.FindSectionByType(section_type); in FixupSymbols()