Searched defs:GetSymbol (Results 1 - 2 of 2) sorted by relevance

/art/compiler/driver/
H A Ddex_compilation_unit.cc45 const std::string& DexCompilationUnit::GetSymbol() { function in class:art::DexCompilationUnit
/art/runtime/
H A Delf_file.cc787 Elf_Sym* symbol = GetSymbol(SHT_DYNSYM, symbol_and_chain_index);
817 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbol(Elf_Word section_type, Elf_Word i) const { function in class:art::ElfFileImpl
863 Elf_Sym* symbol = GetSymbol(section_type, i);
909 Elf_Sym* symbol = GetSymbol(section_type, i);
1615 Elf_Sym* symbol = GetSymbol(section_type, i);

Completed in 24 milliseconds