llvm-6502/lib/Object
Nick Lewycky fad138dd79 Add support for reading many-section ELF files.
If you want to tackle adding the testcase, let me know. It's a 4.2MB ELF file
and I'll be happy to mail it to you.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141605 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-11 00:15:42 +00:00
..
Archive.cpp lib/Object: Suppress warnings on gcc-4.3.4 cygwin 2011-10-08 11:22:53 +00:00
Binary.cpp Object: Add support for opening stdin. 2011-10-08 00:17:58 +00:00
CMakeLists.txt Object: Add archive support. 2011-09-27 19:36:55 +00:00
COFFObjectFile.cpp Object: add getSectionAlignment. 2011-10-10 21:55:43 +00:00
ELFObjectFile.cpp Add support for reading many-section ELF files. 2011-10-11 00:15:42 +00:00
Error.cpp
MachOObject.cpp
MachOObjectFile.cpp Fix warning. 2011-10-10 23:36:56 +00:00
Makefile
Object.cpp Change relocation API to be per section. This time without breaking GCC. 2011-10-07 19:25:32 +00:00
ObjectFile.cpp