summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-07-25 01:44:32 +0000
committerRui Ueyama <ruiu@google.com>2015-07-25 01:44:32 +0000
commit3afd5bfd7bb2a7741da9c61860eb80d103be3b04 (patch)
tree7f068c5854c6fd004977074ab4b0d27cb37f956f /lldb/source/Target/Process.cpp
parent922b702bf9d4a27cde8fe08f9bb694b8ca8d94ac (diff)
downloadbcm5719-llvm-3afd5bfd7bb2a7741da9c61860eb80d103be3b04.tar.gz
bcm5719-llvm-3afd5bfd7bb2a7741da9c61860eb80d103be3b04.zip
COFF: Handle base relocation as a tuple of relocation type and RVA. NFC.
On x64 and x86, we use only one base relocation type, so we handled base relocations just as a list of RVAs. That doesn't work well for ARM becuase we have to handle two types of base relocations on ARM. This patch changes the type of base relocation from uint32_t to {reltype, uint32_t} to make it easy to port this code to ARM. llvm-svn: 243197
Diffstat (limited to 'lldb/source/Target/Process.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud