Searched refs:resolveGOTOffsetRelocation (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 113 void resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset,
|
H A D | RuntimeDyldELF.cpp | 1280 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1285 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1769 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4, in processRelocationRef() 1790 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1818 resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC64); in processRelocationRef() 1908 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, in resolveGOTOffsetRelocation() function in llvm::RuntimeDyldELF
|