Implement macho relocation iterators with section number + relocation number.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Apr 2014 23:51:28 +0000 (23:51 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Apr 2014 23:51:28 +0000 (23:51 +0000)
commit5ca1f954193c8cfe9efa53c888746abbb8edbbbc
treefafce183a22cbfa262c90abd2bf1585f2e93d242
parent2abadea537b10739dc76ad0bf698776eba32c989
Implement macho relocation iterators with section number + relocation number.

This will make it possible to implement getRelocationAddress.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205587 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/MachOObjectFile.cpp