Lines Matching refs:GenericBinaryError

190       return make_error<GenericBinaryError>("invalid type for ref.null",  in readInitExpr()
196 return make_error<GenericBinaryError>("invalid opcode in init_expr", in readInitExpr()
202 return make_error<GenericBinaryError>("invalid init_expr", in readInitExpr()
336 return make_error<GenericBinaryError>( in parseSection()
353 return make_error<GenericBinaryError>("dylink section ended prematurely", in parseDylinkSection()
363 return make_error<GenericBinaryError>("names must come after code section", in parseNameSection()
382 return make_error<GenericBinaryError>( in parseNameSection()
385 return make_error<GenericBinaryError>("invalid name entry", in parseNameSection()
393 return make_error<GenericBinaryError>("global named more than once", in parseNameSection()
396 return make_error<GenericBinaryError>("invalid name entry", in parseNameSection()
401 return make_error<GenericBinaryError>( in parseNameSection()
404 return make_error<GenericBinaryError>("invalid named data segment", in parseNameSection()
418 return make_error<GenericBinaryError>( in parseNameSection()
423 return make_error<GenericBinaryError>("name section ended prematurely", in parseNameSection()
431 return make_error<GenericBinaryError>( in parseLinkingSection()
438 return make_error<GenericBinaryError>( in parseLinkingSection()
460 return make_error<GenericBinaryError>("too many segment names", in parseLinkingSection()
477 return make_error<GenericBinaryError>("invalid function symbol: " + in parseLinkingSection()
493 return make_error<GenericBinaryError>( in parseLinkingSection()
497 return make_error<GenericBinaryError>("linking section ended prematurely", in parseLinkingSection()
543 return make_error<GenericBinaryError>("invalid function symbol index", in parseLinkingSectionSymtab()
571 return make_error<GenericBinaryError>("invalid global symbol index", in parseLinkingSectionSymtab()
575 return make_error<GenericBinaryError>("undefined weak global symbol", in parseLinkingSectionSymtab()
603 return make_error<GenericBinaryError>("invalid table symbol index", in parseLinkingSectionSymtab()
607 return make_error<GenericBinaryError>("undefined weak table symbol", in parseLinkingSectionSymtab()
636 return make_error<GenericBinaryError>("invalid data symbol index", in parseLinkingSectionSymtab()
642 return make_error<GenericBinaryError>( in parseLinkingSectionSymtab()
653 return make_error<GenericBinaryError>( in parseLinkingSectionSymtab()
667 return make_error<GenericBinaryError>("invalid tag symbol index", in parseLinkingSectionSymtab()
671 return make_error<GenericBinaryError>("undefined weak global symbol", in parseLinkingSectionSymtab()
700 return make_error<GenericBinaryError>("invalid symbol type: " + in parseLinkingSectionSymtab()
708 return make_error<GenericBinaryError>("duplicate symbol name " + in parseLinkingSectionSymtab()
726 return make_error<GenericBinaryError>("bad/duplicate COMDAT name " + in parseLinkingSectionComdat()
732 return make_error<GenericBinaryError>("unsupported COMDAT flags", in parseLinkingSectionComdat()
741 return make_error<GenericBinaryError>("invalid COMDAT entry type", in parseLinkingSectionComdat()
745 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
748 return make_error<GenericBinaryError>("data segment in two COMDATs", in parseLinkingSectionComdat()
754 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
757 return make_error<GenericBinaryError>("function in two COMDATs", in parseLinkingSectionComdat()
763 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
766 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
782 return make_error<GenericBinaryError>( in parseProducersSection()
793 return make_error<GenericBinaryError>( in parseProducersSection()
804 return make_error<GenericBinaryError>( in parseProducersSection()
812 return make_error<GenericBinaryError>("producers section ended prematurely", in parseProducersSection()
829 return make_error<GenericBinaryError>("unknown feature policy prefix", in parseTargetFeaturesSection()
834 return make_error<GenericBinaryError>( in parseTargetFeaturesSection()
841 return make_error<GenericBinaryError>( in parseTargetFeaturesSection()
850 return make_error<GenericBinaryError>("invalid section index", in parseRelocSection()
862 return make_error<GenericBinaryError>("relocations not in offset order", in parseRelocSection()
875 return make_error<GenericBinaryError>( in parseRelocSection()
880 return make_error<GenericBinaryError>("invalid relocation table index", in parseRelocSection()
885 return make_error<GenericBinaryError>("invalid relocation type index", in parseRelocSection()
894 return make_error<GenericBinaryError>("invalid relocation global index", in parseRelocSection()
899 return make_error<GenericBinaryError>("invalid relocation global index", in parseRelocSection()
904 return make_error<GenericBinaryError>("invalid relocation tag index", in parseRelocSection()
914 return make_error<GenericBinaryError>("invalid relocation data index", in parseRelocSection()
924 return make_error<GenericBinaryError>("invalid relocation data index", in parseRelocSection()
930 return make_error<GenericBinaryError>( in parseRelocSection()
936 return make_error<GenericBinaryError>( in parseRelocSection()
942 return make_error<GenericBinaryError>( in parseRelocSection()
947 return make_error<GenericBinaryError>("invalid relocation type: " + in parseRelocSection()
972 return make_error<GenericBinaryError>("invalid relocation offset", in parseRelocSection()
978 return make_error<GenericBinaryError>("reloc section ended prematurely", in parseRelocSection()
1013 return make_error<GenericBinaryError>("invalid signature type", in parseTypeSection()
1030 return make_error<GenericBinaryError>("type section ended prematurely", in parseTypeSection()
1064 return make_error<GenericBinaryError>("invalid table element type", in parseImportSection()
1074 return make_error<GenericBinaryError>("unexpected import kind", in parseImportSection()
1080 return make_error<GenericBinaryError>("import section ended prematurely", in parseImportSection()
1093 return make_error<GenericBinaryError>("invalid function type", in parseFunctionSection()
1098 return make_error<GenericBinaryError>("function section ended prematurely", in parseFunctionSection()
1115 return make_error<GenericBinaryError>("invalid table element type", in parseTableSection()
1120 return make_error<GenericBinaryError>("table section ended prematurely", in parseTableSection()
1135 return make_error<GenericBinaryError>("memory section ended prematurely", in parseMemorySection()
1153 return make_error<GenericBinaryError>("tag section ended prematurely", in parseTagSection()
1172 return make_error<GenericBinaryError>("global section ended prematurely", in parseGlobalSection()
1189 return make_error<GenericBinaryError>("invalid function export", in parseExportSection()
1195 return make_error<GenericBinaryError>("invalid global export", in parseExportSection()
1200 return make_error<GenericBinaryError>("invalid tag export", in parseExportSection()
1207 return make_error<GenericBinaryError>("unexpected export kind", in parseExportSection()
1213 return make_error<GenericBinaryError>("export section ended prematurely", in parseExportSection()
1298 return make_error<GenericBinaryError>("invalid start function", in parseStartSection()
1308 return make_error<GenericBinaryError>("invalid function count", in parseCodeSection()
1340 return make_error<GenericBinaryError>("code section ended prematurely", in parseCodeSection()
1356 return make_error<GenericBinaryError>( in parseElemSection()
1364 return make_error<GenericBinaryError>("invalid TableNumber", in parseElemSection()
1380 return make_error<GenericBinaryError>("invalid reference type", in parseElemSection()
1385 return make_error<GenericBinaryError>("invalid elemtype", in parseElemSection()
1394 return make_error<GenericBinaryError>( in parseElemSection()
1405 return make_error<GenericBinaryError>("elem section ended prematurely", in parseElemSection()
1414 return make_error<GenericBinaryError>( in parseDataSection()
1433 return make_error<GenericBinaryError>("invalid segment size", in parseDataSection()
1446 return make_error<GenericBinaryError>("data section ended prematurely", in parseDataSection()