[PATCH] D55629: [elfabi] Add support for reading DT_SONAME from binaries

Armando Montanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 12 16:46:50 PST 2018


amontanez created this revision.
amontanez added reviewers: phosek, jakehehrlich, mcgrathr.
Herald added a subscriber: llvm-commits.

This change gives the llvm-elfabi tool the ability to read DT_SONAME from a binary ELF file into an ELFStub.


Repository:
  rL LLVM

https://reviews.llvm.org/D55629

Files:
  llvm/test/tools/llvm-elfabi/binary-read-arch.test
  llvm/test/tools/llvm-elfabi/binary-read-no-dt-strsz.test
  llvm/test/tools/llvm-elfabi/binary-read-no-dt-strtab.test
  llvm/test/tools/llvm-elfabi/binary-read-no-dynamic.test
  llvm/test/tools/llvm-elfabi/binary-read-soname.test
  llvm/test/tools/llvm-elfabi/replace-soname-tbe.test
  llvm/tools/llvm-elfabi/ELFObjHandler.cpp
  llvm/tools/llvm-elfabi/ELFObjHandler.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55629.177977.patch
Type: text/x-patch
Size: 12270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181213/839c4dc7/attachment.bin>


More information about the llvm-commits mailing list