llvm-6502/tools/llvm-readobj
David Majnemer 01ea611601 Object: BSS/virtual sections don't have contents
Users of getSectionContents shouldn't try to pass in BSS or virtual
sections.  In all instances, this is a bug in the code calling this
routine.

N.B. Some COFF implementations (like CL) will mark their BSS sections as
taking space on disk.  This would confuse COFFObjectFile into thinking
the section is larger than the file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218549 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-26 22:32:16 +00:00
..
ARMAttributeParser.cpp
ARMAttributeParser.h
ARMEHABIPrinter.h
ARMWinEHPrinter.cpp Support: Delete {aligned_,}{u,}{little,big}8_t 2014-09-11 21:46:33 +00:00
ARMWinEHPrinter.h Support: Delete {aligned_,}{u,}{little,big}8_t 2014-09-11 21:46:33 +00:00
CMakeLists.txt
COFFDumper.cpp Object: BSS/virtual sections don't have contents 2014-09-26 22:32:16 +00:00
ELFDumper.cpp Object: BSS/virtual sections don't have contents 2014-09-26 22:32:16 +00:00
Error.cpp
Error.h
llvm-readobj.cpp
llvm-readobj.h
LLVMBuild.txt
MachODumper.cpp Object: BSS/virtual sections don't have contents 2014-09-26 22:32:16 +00:00
Makefile
ObjDumper.cpp
ObjDumper.h
StreamWriter.cpp
StreamWriter.h
Win64EHDumper.cpp
Win64EHDumper.h