Home
last modified time | relevance | path

Searched refs:getRelocationSymbol (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h230 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const = 0;
436 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
DELF.h91 const Elf_Sym *getRelocationSymbol(const Elf_Rel *Rel,
308 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol() function
DELFObjectFile.h231 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
665 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function
DMachO.h234 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
DCOFF.h674 symbol_iterator getRelocationSymbol(DataRefImpl Rel) const override;
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp211 const Elf_Sym *Sym = Obj.getRelocationSymbol(Rel, SymTab); in dumpRelocation()
/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h391 const Elf_Sym *Symbol = ELF->getRelocationSymbol(&RelA, SymTab); in FindExceptionTable()
DELFDumper.cpp1217 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()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp979 symbol_iterator COFFObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function in COFFObjectFile
DMachOObjectFile.cpp615 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol() function in MachOObjectFile