Searched refs:resolveGOTOffsetRelocation (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1316 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1321 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1801 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4, in processRelocationRef() 1822 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1850 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC32); in processRelocationRef() 1853 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC64); in processRelocationRef() 1993 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processX86_64GOTTPOFFRelocation() 2276 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation() function in llvm::RuntimeDyldELF 2508 resolveGOTOffsetRelocation(IFuncStubSectionID, IFuncStubOffset + 3, in createIFuncStub()
|
H A D | RuntimeDyldELF.h | 113 void resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset,
|