Searched refs:GetSymbol (Results 1 – 4 of 4) sorted by relevance
52 const std::string& DexCompilationUnit::GetSymbol() { in GetSymbol() function in art::DexCompilationUnit
111 const std::string& GetSymbol();
91 Elf_Sym* GetSymbol(Elf_Word section_type, Elf_Word i) const;
783 Elf_Sym* symbol = GetSymbol(SHT_DYNSYM, symbol_and_chain_index); in FindDynamicSymbol()813 typename ElfTypes::Sym* ElfFileImpl<ElfTypes>::GetSymbol(Elf_Word section_type, Elf_Word i) const { in GetSymbol() function in art::ElfFileImpl859 Elf_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName()905 Elf_Sym* symbol = GetSymbol(section_type, i); in FindSymbolByName()1641 Elf_Sym* symbol = GetSymbol(section_type, i); in FixupSymbols()