OSDN Git Service

Change relocation API to be per section.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 7 Oct 2011 18:15:25 +0000 (18:15 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 7 Oct 2011 18:15:25 +0000 (18:15 +0000)
commitf1164a2487750f891694fc2e3347860e50f705fb
tree5d899fbf0e0a465a57c019d659046c4d334d5968
parentb76761351f36ce0a68762ba800dd88f6ecd4bccb
Change relocation API to be per section.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141376 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Object.h
include/llvm/Object/COFF.h
include/llvm/Object/ObjectFile.h
lib/Object/COFFObjectFile.cpp
lib/Object/ELFObjectFile.cpp
lib/Object/MachOObjectFile.cpp
lib/Object/Object.cpp
tools/llvm-objdump/llvm-objdump.cpp