[PATCH] D57691: [yaml2obj][obj2yaml] - Add support for dumping/parsing .dynamic sections.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 07:58:36 PST 2019


grimar created this revision.
grimar added reviewers: paulsemel, jhenderson, jakehehrlich.
Herald added subscribers: rupprecht, srhines.

This teaches the tools to parse and dump
the .dynamic section and its dynamic tags.


https://reviews.llvm.org/D57691

Files:
  include/llvm/ObjectYAML/ELFYAML.h
  lib/ObjectYAML/ELFYAML.cpp
  test/tools/llvm-elfabi/binary-read-add-soname.test
  test/tools/llvm-elfabi/binary-read-arch.test
  test/tools/llvm-elfabi/binary-read-bad-soname.test
  test/tools/llvm-elfabi/binary-read-bad-vaddr.test
  test/tools/llvm-elfabi/binary-read-neededlibs-bad-offset.test
  test/tools/llvm-elfabi/binary-read-neededlibs.test
  test/tools/llvm-elfabi/binary-read-no-dt-strsz.test
  test/tools/llvm-elfabi/binary-read-no-dt-strtab.test
  test/tools/llvm-elfabi/binary-read-replace-soname.test
  test/tools/llvm-elfabi/binary-read-soname-no-null.test
  test/tools/llvm-elfabi/binary-read-soname.test
  test/tools/llvm-objdump/private-headers-no-dynamic-segment.test
  test/tools/llvm-readobj/demangle.test
  test/tools/llvm-readobj/gnu-hash-symbols.test
  test/tools/obj2yaml/dynamic-section.test
  tools/obj2yaml/elf2yaml.cpp
  tools/yaml2obj/yaml2elf.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57691.185055.patch
Type: text/x-patch
Size: 43446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190204/428994f1/attachment.bin>


More information about the llvm-commits mailing list