diff options
| author | Sean Fertile <sfertile@ca.ibm.com> | 2019-04-25 21:36:04 +0000 |
|---|---|---|
| committer | Sean Fertile <sfertile@ca.ibm.com> | 2019-04-25 21:36:04 +0000 |
| commit | a93a33cb87ec21da20b6c7080c25fdd41e225cec (patch) | |
| tree | 0db16697aab3cc49ef65ec38b349d58bc21591f9 /llvm/test/tools/llvm-objdump/Inputs | |
| parent | de329354aa37aea0fcf06e5bb88f40b73717956c (diff) | |
| download | bcm5719-llvm-a93a33cb87ec21da20b6c7080c25fdd41e225cec.tar.gz bcm5719-llvm-a93a33cb87ec21da20b6c7080c25fdd41e225cec.zip | |
[Object][XCOFF] Add intial support for section header table.
Adds a representation of the section header table to XCOFFObjectFile,
and implements enough to dump the section headers with llvm-obdump.
Differential Revision: https://reviews.llvm.org/D60784
llvm-svn: 359244
Diffstat (limited to 'llvm/test/tools/llvm-objdump/Inputs')
| -rw-r--r-- | llvm/test/tools/llvm-objdump/Inputs/xcoff-long-sec-names.o | bin | 0 -> 296 bytes |
| -rw-r--r-- | llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers-truncate.o | bin | 0 -> 200 bytes |
| -rw-r--r-- | llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers.o | bin | 0 -> 1549 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objdump/Inputs/xcoff-long-sec-names.o b/llvm/test/tools/llvm-objdump/Inputs/xcoff-long-sec-names.o Binary files differnew file mode 100644 index 00000000000..3dfc498babf --- /dev/null +++ b/llvm/test/tools/llvm-objdump/Inputs/xcoff-long-sec-names.o diff --git a/llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers-truncate.o b/llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers-truncate.o Binary files differnew file mode 100644 index 00000000000..7667c6f791c --- /dev/null +++ b/llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers-truncate.o diff --git a/llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers.o b/llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers.o Binary files differnew file mode 100644 index 00000000000..0090c7d72fe --- /dev/null +++ b/llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers.o |

