[PATCH] D60784: [Object][XCOFF] Add intial support for parsing/dumping section header table.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 16 10:32:32 PDT 2019


sfertile created this revision.
sfertile added reviewers: DiggerLin, hubert.reinterpretcast, rnk.
Herald added subscribers: jsji, rupprecht, hiraditya.
Herald added a project: LLVM.

Adds an representation of the section header table to XCOFFObjectFile, and implements enough to dump the section headers with llvm-obdump.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60784

Files:
  llvm/include/llvm/BinaryFormat/XCOFF.h
  llvm/include/llvm/Object/XCOFFObjectFile.h
  llvm/lib/Object/XCOFFObjectFile.cpp
  llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers-truncate.o
  llvm/test/tools/llvm-objdump/Inputs/xcoff-section-headers.o
  llvm/test/tools/llvm-objdump/xcoff-section-headers.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60784.195410.patch
Type: text/x-patch
Size: 10919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190416/147f9142/attachment.bin>


More information about the llvm-commits mailing list