Lines Matching full:prematurely
443 return make_error<GenericBinaryError>("dylink section ended prematurely", in parseDylinkSection()
497 "dylink.0 sub-section ended prematurely", object_error::parse_failed); in parseDylink0Section()
502 return make_error<GenericBinaryError>("dylink.0 section ended prematurely", in parseDylink0Section()
608 "name sub-section ended prematurely", object_error::parse_failed); in parseNameSection()
612 return make_error<GenericBinaryError>("name section ended prematurely", in parseNameSection()
678 "linking sub-section ended prematurely", object_error::parse_failed); in parseLinkingSection()
681 return make_error<GenericBinaryError>("linking section ended prematurely", in parseLinkingSection()
989 return make_error<GenericBinaryError>("producers section ended prematurely", in parseProducersSection()
1019 "target features section ended prematurely", in parseTargetFeaturesSection()
1153 return make_error<GenericBinaryError>("reloc section ended prematurely", in parseRelocSection()
1257 return make_error<GenericBinaryError>("type section ended prematurely", in parseTypeSection()
1318 return make_error<GenericBinaryError>("import section ended prematurely", in parseImportSection()
1337 return make_error<GenericBinaryError>("function section ended prematurely", in parseFunctionSection()
1361 return make_error<GenericBinaryError>("table section ended prematurely", in parseTableSection()
1376 return make_error<GenericBinaryError>("memory section ended prematurely", in parseMemorySection()
1402 return make_error<GenericBinaryError>("tag section ended prematurely", in parseTagSection()
1426 return make_error<GenericBinaryError>("global section ended prematurely", in parseGlobalSection()
1503 return make_error<GenericBinaryError>("export section ended prematurely", in parseExportSection()
1634 return make_error<GenericBinaryError>("code section ended prematurely", in parseCodeSection()
1723 return make_error<GenericBinaryError>("elem section ended prematurely", in parseElemSection()
1765 return make_error<GenericBinaryError>("data section ended prematurely", in parseDataSection()