Lines Matching refs:GenericBinaryError
190 return make_error<GenericBinaryError>("invalid type for ref.null", in readInitExpr()
229 return make_error<GenericBinaryError>( in readInitExpr()
367 return make_error<GenericBinaryError>( in parseSection()
386 return make_error<GenericBinaryError>("dylink section ended prematurely", in parseDylinkSection()
439 return make_error<GenericBinaryError>( in parseDylink0Section()
445 return make_error<GenericBinaryError>("dylink.0 section ended prematurely", in parseDylink0Section()
470 return make_error<GenericBinaryError>( in parseNameSection()
473 return make_error<GenericBinaryError>("invalid function name entry", in parseNameSection()
481 return make_error<GenericBinaryError>("global named more than once", in parseNameSection()
484 return make_error<GenericBinaryError>("invalid global name entry", in parseNameSection()
489 return make_error<GenericBinaryError>( in parseNameSection()
492 return make_error<GenericBinaryError>("invalid data segment name entry", in parseNameSection()
506 return make_error<GenericBinaryError>( in parseNameSection()
511 return make_error<GenericBinaryError>("name section ended prematurely", in parseNameSection()
521 return make_error<GenericBinaryError>( in parseLinkingSection()
543 return make_error<GenericBinaryError>("too many segment names", in parseLinkingSection()
560 return make_error<GenericBinaryError>("invalid function symbol: " + in parseLinkingSection()
576 return make_error<GenericBinaryError>( in parseLinkingSection()
580 return make_error<GenericBinaryError>("linking section ended prematurely", in parseLinkingSection()
625 return make_error<GenericBinaryError>("invalid function symbol index", in parseLinkingSectionSymtab()
653 return make_error<GenericBinaryError>("invalid global symbol index", in parseLinkingSectionSymtab()
657 return make_error<GenericBinaryError>("undefined weak global symbol", in parseLinkingSectionSymtab()
685 return make_error<GenericBinaryError>("invalid table symbol index", in parseLinkingSectionSymtab()
689 return make_error<GenericBinaryError>("undefined weak table symbol", in parseLinkingSectionSymtab()
718 return make_error<GenericBinaryError>("invalid data symbol index", in parseLinkingSectionSymtab()
724 return make_error<GenericBinaryError>( in parseLinkingSectionSymtab()
735 return make_error<GenericBinaryError>( in parseLinkingSectionSymtab()
749 return make_error<GenericBinaryError>("invalid tag symbol index", in parseLinkingSectionSymtab()
753 return make_error<GenericBinaryError>("undefined weak global symbol", in parseLinkingSectionSymtab()
780 return make_error<GenericBinaryError>("invalid symbol type: " + in parseLinkingSectionSymtab()
788 return make_error<GenericBinaryError>("duplicate symbol name " + in parseLinkingSectionSymtab()
806 return make_error<GenericBinaryError>("bad/duplicate COMDAT name " + in parseLinkingSectionComdat()
812 return make_error<GenericBinaryError>("unsupported COMDAT flags", in parseLinkingSectionComdat()
821 return make_error<GenericBinaryError>("invalid COMDAT entry type", in parseLinkingSectionComdat()
825 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
828 return make_error<GenericBinaryError>("data segment in two COMDATs", in parseLinkingSectionComdat()
834 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
837 return make_error<GenericBinaryError>("function in two COMDATs", in parseLinkingSectionComdat()
843 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
846 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
862 return make_error<GenericBinaryError>( in parseProducersSection()
873 return make_error<GenericBinaryError>( in parseProducersSection()
884 return make_error<GenericBinaryError>( in parseProducersSection()
892 return make_error<GenericBinaryError>("producers section ended prematurely", in parseProducersSection()
909 return make_error<GenericBinaryError>("unknown feature policy prefix", in parseTargetFeaturesSection()
914 return make_error<GenericBinaryError>( in parseTargetFeaturesSection()
921 return make_error<GenericBinaryError>( in parseTargetFeaturesSection()
930 return make_error<GenericBinaryError>("invalid section index", in parseRelocSection()
942 return make_error<GenericBinaryError>("relocations not in offset order", in parseRelocSection()
955 return make_error<GenericBinaryError>( in parseRelocSection()
960 return make_error<GenericBinaryError>("invalid relocation table index", in parseRelocSection()
965 return make_error<GenericBinaryError>("invalid relocation type index", in parseRelocSection()
974 return make_error<GenericBinaryError>("invalid relocation global index", in parseRelocSection()
979 return make_error<GenericBinaryError>("invalid relocation global index", in parseRelocSection()
984 return make_error<GenericBinaryError>("invalid relocation tag index", in parseRelocSection()
994 return make_error<GenericBinaryError>("invalid relocation data index", in parseRelocSection()
1004 return make_error<GenericBinaryError>("invalid relocation data index", in parseRelocSection()
1010 return make_error<GenericBinaryError>( in parseRelocSection()
1016 return make_error<GenericBinaryError>( in parseRelocSection()
1022 return make_error<GenericBinaryError>( in parseRelocSection()
1027 return make_error<GenericBinaryError>("invalid relocation type: " + in parseRelocSection()
1052 return make_error<GenericBinaryError>("invalid relocation offset", in parseRelocSection()
1058 return make_error<GenericBinaryError>("reloc section ended prematurely", in parseRelocSection()
1096 return make_error<GenericBinaryError>("invalid signature type", in parseTypeSection()
1113 return make_error<GenericBinaryError>("type section ended prematurely", in parseTypeSection()
1132 return make_error<GenericBinaryError>("invalid function type", in parseImportSection()
1151 return make_error<GenericBinaryError>("invalid table element type", in parseImportSection()
1158 return make_error<GenericBinaryError>("invalid attribute", in parseImportSection()
1162 return make_error<GenericBinaryError>("invalid tag type", in parseImportSection()
1166 return make_error<GenericBinaryError>("unexpected import kind", in parseImportSection()
1172 return make_error<GenericBinaryError>("import section ended prematurely", in parseImportSection()
1184 return make_error<GenericBinaryError>("invalid function type", in parseFunctionSection()
1191 return make_error<GenericBinaryError>("function section ended prematurely", in parseFunctionSection()
1208 return make_error<GenericBinaryError>("invalid table element type", in parseTableSection()
1213 return make_error<GenericBinaryError>("table section ended prematurely", in parseTableSection()
1228 return make_error<GenericBinaryError>("memory section ended prematurely", in parseMemorySection()
1240 return make_error<GenericBinaryError>("invalid attribute", in parseTagSection()
1244 return make_error<GenericBinaryError>("invalid tag type", in parseTagSection()
1253 return make_error<GenericBinaryError>("tag section ended prematurely", in parseTagSection()
1272 return make_error<GenericBinaryError>("global section ended prematurely", in parseGlobalSection()
1289 return make_error<GenericBinaryError>("invalid function export", in parseExportSection()
1295 return make_error<GenericBinaryError>("invalid global export", in parseExportSection()
1300 return make_error<GenericBinaryError>("invalid tag export", in parseExportSection()
1307 return make_error<GenericBinaryError>("unexpected export kind", in parseExportSection()
1313 return make_error<GenericBinaryError>("export section ended prematurely", in parseExportSection()
1398 return make_error<GenericBinaryError>("invalid start function", in parseStartSection()
1407 return make_error<GenericBinaryError>("invalid function count", in parseCodeSection()
1439 return make_error<GenericBinaryError>("code section ended prematurely", in parseCodeSection()
1455 return make_error<GenericBinaryError>( in parseElemSection()
1463 return make_error<GenericBinaryError>("invalid TableNumber", in parseElemSection()
1480 return make_error<GenericBinaryError>("invalid reference type", in parseElemSection()
1485 return make_error<GenericBinaryError>("invalid elemtype", in parseElemSection()
1494 return make_error<GenericBinaryError>( in parseElemSection()
1505 return make_error<GenericBinaryError>("elem section ended prematurely", in parseElemSection()
1514 return make_error<GenericBinaryError>( in parseDataSection()
1534 return make_error<GenericBinaryError>("invalid segment size", in parseDataSection()
1547 return make_error<GenericBinaryError>("data section ended prematurely", in parseDataSection()