Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [yaml2obj][obj2yaml] - Add support for dumping/parsing .dynamic sections. | George Rimar | 2019-02-09 | 1 | -6/+8 |
| | | | | | | | | | This teaches the tools to parse and dump the .dynamic section and its dynamic tags. Differential revision: https://reviews.llvm.org/D57691 llvm-svn: 353606 | ||||
* | [elfabi] Add support for reading DT_SONAME from binaries | Armando Montanez | 2019-01-16 | 1 | -0/+42 |
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 |