summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/Inputs/corrupt-invalid-dynamic-table-offset.elf.x86-64
Commit message (Collapse)AuthorAgeFilesLines
* [Object/invalid.test] - Convert Object/corrupt.test to YAML and merge the ↵George Rimar2019-07-021-0/+0
| | | | | | | | | | | | | | result into invalid.test Object/corrupt.test has the same purpose as Object/invalid.test: it tests the behavior on invalid inputs. In this patch I converted it to YAML, merged into invalid.test, added comments and removed a few precompiled binaries. Differential revision: https://reviews.llvm.org/D63927 llvm-svn: 364916
* Add dynamic_table iterators back to ELF.h.Rafael Espindola2015-08-071-0/+0
In tree they are only used by llvm-readobj, but it is also used by https://github.com/mono/CppSharp. While at it, add some missing error checking. llvm-svn: 244320
OpenPOWER on IntegriCloud