Change resolveRelocation parameters so the relocations can find placeholder values...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 2 Nov 2012 19:45:23 +0000 (19:45 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Fri, 2 Nov 2012 19:45:23 +0000 (19:45 +0000)
commita307a1cf859f4a523951ac887d094039547adeb5
tree3eb7c6c8a2559531782b30b20bea2408ce85cb8a
parentbb4c23ff49ba5f6b76793425278196b3fd0aef31
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167304 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h