Home
last modified time | relevance | path

Searched refs:GetSymbol (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Ddex_compilation_unit.cc45 const std::string& DexCompilationUnit::GetSymbol() { in GetSymbol() function in art::DexCompilationUnit
Ddex_compilation_unit.h110 const std::string& GetSymbol();
/art/runtime/
Delf_file_impl.h89 Elf_Sym* GetSymbol(Elf_Word section_type, Elf_Word i) const;
Delf_file.cc841 Elf_Sym* symbol = GetSymbol(SHT_DYNSYM, symbol_and_chain_index); in FindDynamicSymbol()
871 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbol(Elf_Word section_type, Elf_Word i) const { in GetSymbol() function in art::ElfFileImpl
917 Elf_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName()
963 Elf_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName()
1709 Elf_Sym* symbol = GetSymbol(section_type, i); in FixupSymbols()