llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld
Andrew Kaylor fb05a50f6b Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer.
Some ELF relocations require adding the a value to the original contents of the object buffer at the specified location.  In order to properly handle multiple applications of a relocation, the RuntimeDyld code should be grabbing the original value from the object buffer and writing a new value into the loaded section buffer.  This patch changes the parameters passed to resolveRelocations to accommodate this need.

llvm-svn: 167304
2012-11-02 19:45:23 +00:00
..
CMakeLists.txt Implement GDB integration for source level debugging of code JITed using 2012-04-16 22:12:58 +00:00
GDBRegistrar.cpp Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
JITRegistrar.h Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
ObjectImageCommon.h Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
RuntimeDyld.cpp Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer. 2012-11-02 19:45:23 +00:00
RuntimeDyldELF.cpp Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer. 2012-11-02 19:45:23 +00:00
RuntimeDyldELF.h Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer. 2012-11-02 19:45:23 +00:00
RuntimeDyldImpl.h Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer. 2012-11-02 19:45:23 +00:00
RuntimeDyldMachO.cpp Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer. 2012-11-02 19:45:23 +00:00
RuntimeDyldMachO.h Change resolveRelocation parameters so the relocations can find placeholder values in the original object buffer. 2012-11-02 19:45:23 +00:00