Lines Matching refs:GenericBinaryError

201       return make_error<GenericBinaryError>("invalid type for ref.null",  in readInitExpr()
240 return make_error<GenericBinaryError>( in readInitExpr()
382 return make_error<GenericBinaryError>( in parseSection()
401 return make_error<GenericBinaryError>("dylink section ended prematurely", in parseDylinkSection()
454 return make_error<GenericBinaryError>( in parseDylink0Section()
460 return make_error<GenericBinaryError>("dylink.0 section ended prematurely", in parseDylink0Section()
485 return make_error<GenericBinaryError>( in parseNameSection()
488 return make_error<GenericBinaryError>("invalid function name entry", in parseNameSection()
496 return make_error<GenericBinaryError>("global named more than once", in parseNameSection()
499 return make_error<GenericBinaryError>("invalid global name entry", in parseNameSection()
504 return make_error<GenericBinaryError>( in parseNameSection()
507 return make_error<GenericBinaryError>("invalid data segment name entry", in parseNameSection()
521 return make_error<GenericBinaryError>( in parseNameSection()
526 return make_error<GenericBinaryError>("name section ended prematurely", in parseNameSection()
536 return make_error<GenericBinaryError>( in parseLinkingSection()
558 return make_error<GenericBinaryError>("too many segment names", in parseLinkingSection()
575 return make_error<GenericBinaryError>("invalid function symbol: " + in parseLinkingSection()
591 return make_error<GenericBinaryError>( in parseLinkingSection()
595 return make_error<GenericBinaryError>("linking section ended prematurely", in parseLinkingSection()
644 return make_error<GenericBinaryError>("invalid function symbol index", in parseLinkingSectionSymtab()
670 return make_error<GenericBinaryError>("invalid global symbol index", in parseLinkingSectionSymtab()
674 return make_error<GenericBinaryError>("undefined weak global symbol", in parseLinkingSectionSymtab()
700 return make_error<GenericBinaryError>("invalid table symbol index", in parseLinkingSectionSymtab()
704 return make_error<GenericBinaryError>("undefined weak table symbol", in parseLinkingSectionSymtab()
734 return make_error<GenericBinaryError>( in parseLinkingSectionSymtab()
739 return make_error<GenericBinaryError>( in parseLinkingSectionSymtab()
752 return make_error<GenericBinaryError>( in parseLinkingSectionSymtab()
766 return make_error<GenericBinaryError>("invalid tag symbol index", in parseLinkingSectionSymtab()
770 return make_error<GenericBinaryError>("undefined weak global symbol", in parseLinkingSectionSymtab()
795 return make_error<GenericBinaryError>("invalid symbol type: " + in parseLinkingSectionSymtab()
803 return make_error<GenericBinaryError>("duplicate symbol name " + in parseLinkingSectionSymtab()
821 return make_error<GenericBinaryError>("bad/duplicate COMDAT name " + in parseLinkingSectionComdat()
827 return make_error<GenericBinaryError>("unsupported COMDAT flags", in parseLinkingSectionComdat()
836 return make_error<GenericBinaryError>("invalid COMDAT entry type", in parseLinkingSectionComdat()
840 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
843 return make_error<GenericBinaryError>("data segment in two COMDATs", in parseLinkingSectionComdat()
849 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
852 return make_error<GenericBinaryError>("function in two COMDATs", in parseLinkingSectionComdat()
858 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
861 return make_error<GenericBinaryError>( in parseLinkingSectionComdat()
877 return make_error<GenericBinaryError>( in parseProducersSection()
888 return make_error<GenericBinaryError>( in parseProducersSection()
899 return make_error<GenericBinaryError>( in parseProducersSection()
907 return make_error<GenericBinaryError>("producers section ended prematurely", in parseProducersSection()
924 return make_error<GenericBinaryError>("unknown feature policy prefix", in parseTargetFeaturesSection()
929 return make_error<GenericBinaryError>( in parseTargetFeaturesSection()
936 return make_error<GenericBinaryError>( in parseTargetFeaturesSection()
945 return make_error<GenericBinaryError>("invalid section index", in parseRelocSection()
957 return make_error<GenericBinaryError>("relocations not in offset order", in parseRelocSection()
971 return make_error<GenericBinaryError>( in parseRelocSection()
976 return make_error<GenericBinaryError>("invalid relocation table index", in parseRelocSection()
981 return make_error<GenericBinaryError>("invalid relocation type index", in parseRelocSection()
990 return make_error<GenericBinaryError>("invalid relocation global index", in parseRelocSection()
995 return make_error<GenericBinaryError>("invalid relocation global index", in parseRelocSection()
1000 return make_error<GenericBinaryError>("invalid relocation tag index", in parseRelocSection()
1010 return make_error<GenericBinaryError>("invalid relocation data index", in parseRelocSection()
1020 return make_error<GenericBinaryError>("invalid relocation data index", in parseRelocSection()
1026 return make_error<GenericBinaryError>( in parseRelocSection()
1032 return make_error<GenericBinaryError>( in parseRelocSection()
1038 return make_error<GenericBinaryError>( in parseRelocSection()
1043 return make_error<GenericBinaryError>("invalid relocation type: " + in parseRelocSection()
1069 return make_error<GenericBinaryError>("invalid relocation offset", in parseRelocSection()
1075 return make_error<GenericBinaryError>("reloc section ended prematurely", in parseRelocSection()
1113 return make_error<GenericBinaryError>("invalid signature type", in parseTypeSection()
1130 return make_error<GenericBinaryError>("type section ended prematurely", in parseTypeSection()
1149 return make_error<GenericBinaryError>("invalid function type", in parseImportSection()
1168 return make_error<GenericBinaryError>("invalid table element type", in parseImportSection()
1175 return make_error<GenericBinaryError>("invalid attribute", in parseImportSection()
1179 return make_error<GenericBinaryError>("invalid tag type", in parseImportSection()
1183 return make_error<GenericBinaryError>("unexpected import kind", in parseImportSection()
1189 return make_error<GenericBinaryError>("import section ended prematurely", in parseImportSection()
1201 return make_error<GenericBinaryError>("invalid function type", in parseFunctionSection()
1208 return make_error<GenericBinaryError>("function section ended prematurely", in parseFunctionSection()
1225 return make_error<GenericBinaryError>("invalid table element type", in parseTableSection()
1230 return make_error<GenericBinaryError>("table section ended prematurely", in parseTableSection()
1245 return make_error<GenericBinaryError>("memory section ended prematurely", in parseMemorySection()
1257 return make_error<GenericBinaryError>("invalid attribute", in parseTagSection()
1261 return make_error<GenericBinaryError>("invalid tag type", in parseTagSection()
1270 return make_error<GenericBinaryError>("tag section ended prematurely", in parseTagSection()
1289 return make_error<GenericBinaryError>("global section ended prematurely", in parseGlobalSection()
1313 return make_error<GenericBinaryError>("invalid function export", in parseExportSection()
1325 return make_error<GenericBinaryError>("invalid global export", in parseExportSection()
1345 return make_error<GenericBinaryError>("invalid tag export", in parseExportSection()
1357 return make_error<GenericBinaryError>("unexpected export kind", in parseExportSection()
1369 return make_error<GenericBinaryError>("export section ended prematurely", in parseExportSection()
1454 return make_error<GenericBinaryError>("invalid start function", in parseStartSection()
1463 return make_error<GenericBinaryError>("invalid function count", in parseCodeSection()
1490 return make_error<GenericBinaryError>("Function extends beyond buffer", in parseCodeSection()
1500 return make_error<GenericBinaryError>("code section ended prematurely", in parseCodeSection()
1516 return make_error<GenericBinaryError>( in parseElemSection()
1524 return make_error<GenericBinaryError>("invalid TableNumber", in parseElemSection()
1542 return make_error<GenericBinaryError>("invalid reference type", in parseElemSection()
1547 return make_error<GenericBinaryError>("invalid elemtype", in parseElemSection()
1556 return make_error<GenericBinaryError>( in parseElemSection()
1567 return make_error<GenericBinaryError>("elem section ended prematurely", in parseElemSection()
1576 return make_error<GenericBinaryError>( in parseDataSection()
1596 return make_error<GenericBinaryError>("invalid segment size", in parseDataSection()
1609 return make_error<GenericBinaryError>("data section ended prematurely", in parseDataSection()