History log of /external/llvm/tools/llvm-objdump/ELFDump.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
512685dacf7978af2729e86d022fab4d78784d43 27-Feb-2013 Shankar Easwaran <shankare@codeaurora.org> print TLS segment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176192 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-objdump/ELFDump.cpp
561823009b41e144f49cc00f1dc3e55b8649d400 21-Feb-2013 Michael J. Spencer <bigcheesegs@gmail.com> [objdump] Add PT_PHDR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175709 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-objdump/ELFDump.cpp
8a3a1deed8e7b18b18dea73cb4245a8ef7c46a4f 20-Feb-2013 Michael J. Spencer <bigcheesegs@gmail.com> [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175659 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-objdump/ELFDump.cpp
90230c84668269fbd53d163e398cd16486d5d414 19-Jan-2013 Chandler Carruth <chandlerc@gmail.com> Sort all of the includes. Several files got checked in with mis-sorted
includes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172891 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-objdump/ELFDump.cpp
ac97f5ce486d1ca2967607028eacddd860aaddd0 15-Jan-2013 Michael J. Spencer <bigcheesegs@gmail.com> [Object][ELF] Simplify ELFObjectFile by using ELFType.

This simplifies the usage and implementation of ELFObjectFile by using ELFType
to replace:

<endianness target_endianness, std::size_t max_alignment, bool is64Bits>

This does complicate the base ELF types as they must now use template template
parameters to partially specialize for the 32 and 64bit cases. However these
are only defined once.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172515 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-objdump/ELFDump.cpp
46418797cd3b24ddf92240eab76f52bc7ac72d9d 06-Jan-2013 Michael J. Spencer <bigcheesegs@gmail.com> [objdump] Use correct format specifiers and fix C++03 variadic warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171651 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-objdump/ELFDump.cpp
b2c064c6954c9bfa49b7a7e3223df5e7849464c0 06-Jan-2013 Michael J. Spencer <bigcheesegs@gmail.com> [objdump] Add --private-headers, -p.

This currently prints the ELF program headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171649 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-objdump/ELFDump.cpp