Searched refs:resolveGOTOffsetRelocation (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1329 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1334 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1812 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4, in processRelocationRef() 1833 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1861 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC32); in processRelocationRef() 1864 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC64); in processRelocationRef() 2004 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processX86_64GOTTPOFFRelocation() 2287 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation() function in llvm::RuntimeDyldELF 2520 resolveGOTOffsetRelocation(IFuncStubSectionID, IFuncStubOffset + 3, in createIFuncStub()
|
H A D | RuntimeDyldELF.h | 113 void resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset,
|