Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add dynamic_table iterators back to ELF.h. | Rafael Espindola | 2015-08-07 | 1 | -0/+14 |
* | Move to llvm-readobj code that is only used there. | Rafael Espindola | 2015-08-06 | 1 | -1/+1 |
* | Simplify iterating over the dynamic section and report broken ones. | Rafael Espindola | 2015-07-20 | 1 | -0/+6 |
* | Remove Elf_Rela_Iter and Elf_Rel_Iter. | Rafael Espindola | 2015-07-20 | 1 | -0/+7 |
* | Report errors an invalid virtual addresses. | Rafael Espindola | 2015-07-20 | 1 | -0/+6 |
* | Simplify iterating over program headers and detect corrupt ones. | Rafael Espindola | 2015-07-20 | 1 | -0/+6 |
* | llvm-readobj: Handle invalid references to the string table. | Rafael Espindola | 2015-07-20 | 1 | -0/+7 |
* | Move CHECKs closer to the RUN line. | Rafael Espindola | 2015-07-20 | 1 | -6/+9 |
* | llvm-readobj: call exit(1) on error. | Rafael Espindola | 2015-07-20 | 1 | -1/+0 |
* | [Object] Split the ELF interface into 3 parts. | Michael J. Spencer | 2013-08-08 | 1 | -0/+24 |