llvm-6502/include/llvm/Object
Tim Northover 0b740236b7 Allow ELF64 relocation type to be more than 8 bits.
Current targets don't have more than 256 relocations so they don't hit this
limit, but ELF64 actually allows more than 8 bits for a relocation type. These
were being truncated on AArch64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171845 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-08 10:12:09 +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 Allow ELF64 relocation type to be more than 8 bits. 2013-01-08 10:12:09 +00:00
Error.h
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