llvm-6502/lib/Object
Rui Ueyama 3a226015a0 Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.
0xffff does not mean that there are 65535 sections in a COFF file but
indicates that it's a COFF import library. This patch fixes SEGV error
when an import library file is passed to llvm-readobj.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194844 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-15 20:23:25 +00:00
..
Archive.cpp
Binary.cpp Path: Recognize Windows compiled resource file. 2013-10-15 22:45:38 +00:00
CMakeLists.txt
COFFObjectFile.cpp Readobj: If NumbersOfSections is 0xffff, it's an COFF import library. 2013-11-15 20:23:25 +00:00
COFFYAML.cpp
ELF.cpp Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
ELFObjectFile.cpp
ELFYAML.cpp ELF: Add support for the exclude section bit for gas compat. 2013-09-15 19:53:20 +00:00
Error.cpp
LLVMBuild.txt
MachOObjectFile.cpp move getSymbolNMTypeChar to the one program that needs it: nm. 2013-11-02 21:16:09 +00:00
MachOUniversal.cpp
Makefile
Object.cpp
ObjectFile.cpp Path: Recognize Windows compiled resource file. 2013-10-15 22:45:38 +00:00
YAML.cpp Add missing #include's to cctype when using isdigit/alpha/etc. 2013-10-12 00:55:57 +00:00