summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/Inputs
diff options
context:
space:
mode:
authorSean Fertile <sfertile@ca.ibm.com>2019-04-25 21:36:04 +0000
committerSean Fertile <sfertile@ca.ibm.com>2019-04-25 21:36:04 +0000
commita93a33cb87ec21da20b6c7080c25fdd41e225cec (patch)
tree0db16697aab3cc49ef65ec38b349d58bc21591f9 /llvm/test/tools/llvm-objdump/Inputs
parentde329354aa37aea0fcf06e5bb88f40b73717956c (diff)
downloadbcm5719-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.obin0 -> 296 bytes
-rw-r--r--llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers-truncate.obin0 -> 200 bytes
-rw-r--r--llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers.obin0 -> 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
new file mode 100644
index 00000000000..3dfc498babf
--- /dev/null
+++ b/llvm/test/tools/llvm-objdump/Inputs/xcoff-long-sec-names.o
Binary files differ
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
new file mode 100644
index 00000000000..7667c6f791c
--- /dev/null
+++ b/llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers-truncate.o
Binary files differ
diff --git a/llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers.o b/llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers.o
new file mode 100644
index 00000000000..0090c7d72fe
--- /dev/null
+++ b/llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers.o
Binary files differ
OpenPOWER on IntegriCloud