HomeSort by relevance Sort by last modified time
    Searched refs:GetSymbolSectionStart (Results 1 - 2 of 2) sorted by null

  /art/runtime/
elf_file.h 131 ::llvm::ELF::Elf32_Sym* GetSymbolSectionStart(::llvm::ELF::Elf32_Word section_type);
elf_file.cc 248 llvm::ELF::Elf32_Sym* ElfFile::GetSymbolSectionStart(llvm::ELF::Elf32_Word section_type) {
418 return *(GetSymbolSectionStart(section_type) + i);

Completed in 135 milliseconds