aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Object/invalid.test
AgeCommit message (Expand)AuthorFilesLines
2016-02-17Change how readobj stores info about dynamic symbols.Rafael Espindola1-1/+3
2016-02-16This reverts commit r260488 and r260489.Rafael Espindola1-3/+1
2016-02-11[readobj] Handle ELF files with no section table or with no program headers.Michael J. Spencer1-1/+3
2015-08-24Report an error if a SHT_SYMTAB_SHNDX section has the wrong size.Rafael Espindola1-0/+4
2015-07-23Refactor duplicated code and check for invalid symbol table size.Rafael Espindola1-0/+4
2015-07-02Improve error message.Rafael Espindola1-1/+1
2015-07-01Return ErrorOr from getSection.Rafael Espindola1-1/+1
2015-06-30Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.Rafael Espindola1-0/+3
2015-06-30Add a test of an elf file with an invalid section index.Rafael Espindola1-0/+4
2015-06-30Report an error on invalid sh_entsize.Rafael Espindola1-0/+32
2015-06-29Factor out the checking of string tables.Rafael Espindola1-0/+1
2015-06-29Add a testcase for an invalid file.Rafael Espindola1-0/+3
2015-06-29Convert an assert that can fail into error checking.Rafael Espindola1-0/+1
2015-06-19Improve error handling of getRelocationAddend.Rafael Espindola1-0/+2