summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-elfabi/binary-read-no-dynamic.test
Commit message (Collapse)AuthorAgeFilesLines
* [elfabi] Add support for reading DT_SONAME from binariesArmando Montanez2019-01-161-0/+11
This change gives the llvm-elfabi tool the ability to read DT_SONAME from a binary ELF file into an ELFStub. Added: - DynamicEntries struct for storing dynamic entries that are relevant to elfabi. - terminatedSubstr() retrieves a null-terminated substring from a StringRef. - appendToError() appends a string to an error, allowing more specific error messages. Differential Revision: https://reviews.llvm.org/D55629 llvm-svn: 351361
OpenPOWER on IntegriCloud