Searched refs:resolveGOTOffsetRelocation (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/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() 1805 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4, in processRelocationRef() 1826 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1854 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC32); in processRelocationRef() 1857 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC64); in processRelocationRef() 1997 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processX86_64GOTTPOFFRelocation() 2280 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation() function in llvm::RuntimeDyldELF
|
| H A D | RuntimeDyldELF.h | 113 void resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset,
|