1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/ExecutionEngine/RuntimeDyld
Eugene Leviant edc5b4dcf7 RuntimeDyldELF/AArch64: Implement basic GOT support
This patch implements two GOT relocations:
R_AARCH64_ADR_GOT_PAGE and R_AARCH64_LD64_GOT_LO12_NC

Differential revision: https://reviews.llvm.org/D28571

llvm-svn: 294191
2017-02-06 15:31:28 +00:00
..
Targets [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N32 relocations 2016-12-13 11:39:18 +00:00
CMakeLists.txt [mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N32 relocations 2016-12-13 11:39:18 +00:00
JITSymbol.cpp
LLVMBuild.txt
RTDyldMemoryManager.cpp Update mailing list post URL and add libunwind reference 2016-12-21 20:51:42 +00:00
RuntimeDyld.cpp RuntimeDyldELF/AArch64: Implement basic GOT support 2017-02-06 15:31:28 +00:00
RuntimeDyldChecker.cpp
RuntimeDyldCheckerImpl.h
RuntimeDyldCOFF.cpp
RuntimeDyldCOFF.h
RuntimeDyldELF.cpp RuntimeDyldELF/AArch64: Implement basic GOT support 2017-02-06 15:31:28 +00:00
RuntimeDyldELF.h RuntimeDyldELF/AArch64: Implement basic GOT support 2017-02-06 15:31:28 +00:00
RuntimeDyldImpl.h RuntimeDyldELF/AArch64: Implement basic GOT support 2017-02-06 15:31:28 +00:00
RuntimeDyldMachO.cpp
RuntimeDyldMachO.h