Searched refs:getRelocationSymbol (Results 1 – 10 of 10) sorted by relevance
230 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const = 0;436 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
91 const Elf_Sym *getRelocationSymbol(const Elf_Rel *Rel,308 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol() function
231 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;665 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function
234 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
674 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
211 const Elf_Sym *Sym = Obj.getRelocationSymbol(Rel, SymTab); in dumpRelocation()
391 const Elf_Sym *Symbol = ELF->getRelocationSymbol(&RelA, SymTab); in FindExceptionTable()
1217 const Elf_Sym *Sym = Obj->getRelocationSymbol(&Rel, SymTab); in printRelocation()1909 const Elf_Sym *Sym = Obj->getRelocationSymbol(&*RI, SymTable); in parsePLT()1917 const Elf_Sym *Sym = Obj->getRelocationSymbol(&*RI, SymTable); in parsePLT()
979 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function in COFFObjectFile
615 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function in MachOObjectFile