llvm-6502/include/llvm/Object
Eric Christopher 32b3768ec1 Right now all of the relocations are 32-bit dwarf, and the relocation
information doesn't return an addend for Rel relocations. Go ahead
and use this information to fix relocation handling inside dwarfdump
for 32-bit ELF REL.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171126 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-27 01:07:07 +00:00
..
Archive.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
Binary.h Remove unnecessary classof()'s 2012-10-11 23:30:49 +00:00
COFF.h Add interface for querying object files for symbol values. 2012-10-29 10:47:00 +00:00
ELF.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
Error.h Object: Add proper error handling. 2011-06-25 17:55:23 +00:00
MachO.h Add a function to get the segment name of a section. 2012-12-21 03:47:03 +00:00
MachOFormat.h Teach MachO which sections contain code 2012-12-17 17:59:32 +00:00
MachOObject.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
ObjectFile.h Sort the #include lines for the include/... tree with the script. 2012-12-03 17:02:12 +00:00
RelocVisitor.h Right now all of the relocations are 32-bit dwarf, and the relocation 2012-12-27 01:07:07 +00:00