Add dynamic_table iterators back to ELF.h.
[oota-llvm.git] / include / llvm / Object / Error.h
index c9db1b80b91697665ba8a96e6b63ffc584cdedbd..0f79a6ed0dd81d429e090960c55cede4426ff4ed 100644 (file)
@@ -27,7 +27,10 @@ enum class object_error {
   invalid_file_type,
   parse_failed,
   unexpected_eof,
+  string_table_non_null_end,
+  invalid_section_index,
   bitcode_section_not_found,
+  elf_invalid_dynamic_table_size,
   macho_small_load_command,
   macho_load_segment_too_many_sections,
   macho_load_segment_too_small,