Searched refs:resolveGOTOffsetRelocation (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 1701 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1706 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1763 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 2193 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4, in processRelocationRef() 2214 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 2242 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC32); in processRelocationRef() 2245 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC64); in processRelocationRef() 2400 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processX86_64GOTTPOFFRelocation() 2684 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation() function in llvm::RuntimeDyldELF 2917 resolveGOTOffsetRelocation(IFuncStubSectionID, IFuncStubOffset + 3, in createIFuncStub()
|
| H A D | RuntimeDyldELF.h | 129 void resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset,
|