Lines Matching refs:GenericBinaryError
183 return make_error<GenericBinaryError>("Invalid opcode in init_expr", in readInitExpr()
189 return make_error<GenericBinaryError>("Invalid init_expr", in readInitExpr()
320 return make_error<GenericBinaryError>("Bad section type", in parseSection()
336 return make_error<GenericBinaryError>("dylink section ended prematurely", in parseDylinkSection()
344 return make_error<GenericBinaryError>("Names must come after code section", in parseNameSection()
358 return make_error<GenericBinaryError>("Function named more than once", in parseNameSection()
362 return make_error<GenericBinaryError>("Invalid name entry", in parseNameSection()
377 return make_error<GenericBinaryError>( in parseNameSection()
382 return make_error<GenericBinaryError>("Name section ended prematurely", in parseNameSection()
390 return make_error<GenericBinaryError>( in parseLinkingSection()
397 return make_error<GenericBinaryError>( in parseLinkingSection()
419 return make_error<GenericBinaryError>("Too many segment names", in parseLinkingSection()
436 return make_error<GenericBinaryError>("Invalid function symbol: " + in parseLinkingSection()
452 return make_error<GenericBinaryError>( in parseLinkingSection()
456 return make_error<GenericBinaryError>("Linking section ended prematurely", in parseLinkingSection()
497 return make_error<GenericBinaryError>("invalid function symbol index", in parseLinkingSectionSymtab()
522 return make_error<GenericBinaryError>("invalid global symbol index", in parseLinkingSectionSymtab()
526 return make_error<GenericBinaryError>("undefined weak global symbol", in parseLinkingSectionSymtab()
552 return make_error<GenericBinaryError>("invalid data symbol index", in parseLinkingSectionSymtab()
557 return make_error<GenericBinaryError>("invalid data symbol offset", in parseLinkingSectionSymtab()
566 return make_error<GenericBinaryError>( in parseLinkingSectionSymtab()
580 return make_error<GenericBinaryError>("invalid event symbol index", in parseLinkingSectionSymtab()
584 return make_error<GenericBinaryError>("undefined weak global symbol", in parseLinkingSectionSymtab()
610 return make_error<GenericBinaryError>("Invalid symbol type", in parseLinkingSectionSymtab()
617 return make_error<GenericBinaryError>("Duplicate symbol name " + in parseLinkingSectionSymtab()
635 return make_error<GenericBinaryError>("Bad/duplicate COMDAT name " + in parseLinkingSectionComdat()
641 return make_error<GenericBinaryError>("Unsupported COMDAT flags", in parseLinkingSectionComdat()
650 return make_error<GenericBinaryError>("Invalid COMDAT entry type", in parseLinkingSectionComdat()
654 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
657 return make_error<GenericBinaryError>("Data segment in two COMDATs", in parseLinkingSectionComdat()
663 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
666 return make_error<GenericBinaryError>("Function in two COMDATs", in parseLinkingSectionComdat()
679 return make_error<GenericBinaryError>("Invalid section index", in parseRelocSection()
690 return make_error<GenericBinaryError>("Relocations not in offset order", in parseRelocSection()
699 return make_error<GenericBinaryError>("Bad relocation function index", in parseRelocSection()
704 return make_error<GenericBinaryError>("Bad relocation type index", in parseRelocSection()
709 return make_error<GenericBinaryError>("Bad relocation global index", in parseRelocSection()
714 return make_error<GenericBinaryError>("Bad relocation event index", in parseRelocSection()
721 return make_error<GenericBinaryError>("Bad relocation data index", in parseRelocSection()
727 return make_error<GenericBinaryError>("Bad relocation function index", in parseRelocSection()
733 return make_error<GenericBinaryError>("Bad relocation section index", in parseRelocSection()
738 return make_error<GenericBinaryError>("Bad relocation type: " + in parseRelocSection()
753 return make_error<GenericBinaryError>("Bad relocation offset", in parseRelocSection()
759 return make_error<GenericBinaryError>("Reloc section ended prematurely", in parseRelocSection()
788 return make_error<GenericBinaryError>("Invalid signature type", in parseTypeSection()
800 return make_error<GenericBinaryError>( in parseTypeSection()
808 return make_error<GenericBinaryError>("Type section ended prematurely", in parseTypeSection()
837 return make_error<GenericBinaryError>("Invalid table element type", in parseImportSection()
846 return make_error<GenericBinaryError>("Unexpected import kind", in parseImportSection()
852 return make_error<GenericBinaryError>("Import section ended prematurely", in parseImportSection()
864 return make_error<GenericBinaryError>("Invalid function type", in parseFunctionSection()
869 return make_error<GenericBinaryError>("Function section ended prematurely", in parseFunctionSection()
880 return make_error<GenericBinaryError>("Invalid table element type", in parseTableSection()
885 return make_error<GenericBinaryError>("Table section ended prematurely", in parseTableSection()
897 return make_error<GenericBinaryError>("Memory section ended prematurely", in parseMemorySection()
916 return make_error<GenericBinaryError>("Global section ended prematurely", in parseGlobalSection()
934 return make_error<GenericBinaryError>("Event section ended prematurely", in parseEventSection()
950 return make_error<GenericBinaryError>("Invalid function export", in parseExportSection()
955 return make_error<GenericBinaryError>("Invalid global export", in parseExportSection()
960 return make_error<GenericBinaryError>("Invalid event export", in parseExportSection()
967 return make_error<GenericBinaryError>("Unexpected export kind", in parseExportSection()
973 return make_error<GenericBinaryError>("Export section ended prematurely", in parseExportSection()
1040 return make_error<GenericBinaryError>("Invalid start function", in parseStartSection()
1049 return make_error<GenericBinaryError>("Invalid function count", in parseCodeSection()
1082 return make_error<GenericBinaryError>("Code section ended prematurely", in parseCodeSection()
1094 return make_error<GenericBinaryError>("Invalid TableIndex", in parseElemSection()
1106 return make_error<GenericBinaryError>("Elem section ended prematurely", in parseElemSection()
1122 return make_error<GenericBinaryError>("Invalid segment size", in parseDataSection()
1135 return make_error<GenericBinaryError>("Data section ended prematurely", in parseDataSection()