aboutsummaryrefslogtreecommitdiff
path: root/test/Object/corrupt.test
AgeCommit message (Expand)Author
2016-11-16[ELF] Convert ELF.h to Expected<T>.Davide Italiano
2016-11-03Replace a report_fatal_error with an ErrorOr.Rafael Espindola
2016-02-17Represent the dynamic table itself with a DynRegionInfo.Rafael Espindola
2016-02-16Introduce a getAsRange helper.Rafael Espindola
2016-02-16This reverts commit r260488 and r260489.Rafael Espindola
2016-02-11[readobj] Handle ELF files with no section table or with no program headers.Michael J. Spencer
2015-08-07Add dynamic_table iterators back to ELF.h.Rafael Espindola
2015-08-06Move to llvm-readobj code that is only used there.Rafael Espindola
2015-07-20Simplify iterating over the dynamic section and report broken ones.Rafael Espindola
2015-07-20Remove Elf_Rela_Iter and Elf_Rel_Iter.Rafael Espindola
2015-07-20Report errors an invalid virtual addresses.Rafael Espindola
2015-07-20Simplify iterating over program headers and detect corrupt ones.Rafael Espindola
2015-07-20llvm-readobj: Handle invalid references to the string table.Rafael Espindola
2015-07-20Move CHECKs closer to the RUN line.Rafael Espindola
2015-07-20llvm-readobj: call exit(1) on error.Rafael Espindola
2013-08-08[Object] Split the ELF interface into 3 parts.Michael J. Spencer