Lines Matching refs:report_fatal_error
379 report_fatal_error("section size does not fit in a uint32_t"); in endSection()
408 report_fatal_error("section already has a defining function: " + in executePostLayoutBinding()
498 report_fatal_error("relocations for function or section offsets are " in recordRelocation()
508 report_fatal_error("section symbol is required for relocation"); in recordRelocation()
518 report_fatal_error("relocations against un-named temporaries are not yet " in recordRelocation()
596 report_fatal_error("symbol not found in wasm index space: " + in getProvisionalValue()
631 report_fatal_error("only data supported in data sections"); in addData()
635 report_fatal_error("only byte values supported for alignment"); in addData()
665 report_fatal_error("symbol not found in type index space: " + in getRelocationIndexValue()
884 report_fatal_error(".size expression must be evaluatable"); in writeCodeSection()
1218 report_fatal_error("undefined global symbol cannot be weak"); in writeObject()
1229 report_fatal_error("undefined event symbol cannot be weak"); in writeObject()
1289 report_fatal_error("section name and begin symbol should match: " + in writeObject()
1320 report_fatal_error( in writeObject()
1324 report_fatal_error( in writeObject()
1358 report_fatal_error("data symbols must have a size set with .size: " + in writeObject()
1363 report_fatal_error(".size expression must be evaluatable"); in writeObject()
1380 report_fatal_error("don't yet support defined globals"); in writeObject()
1436 report_fatal_error("don't yet support global/event aliases"); in writeObject()
1506 report_fatal_error(".fini_array sections are unsupported"); in writeObject()
1514 report_fatal_error("only one .init_array section fragment supported"); in writeObject()
1519 report_fatal_error(".init_array section should be aligned"); in writeObject()
1524 report_fatal_error(".init_array section should be aligned"); in writeObject()
1526 report_fatal_error(".init_array section should be aligned for pointers"); in writeObject()
1530 report_fatal_error("only data supported in .init_array section"); in writeObject()
1536 report_fatal_error( in writeObject()
1541 report_fatal_error("invalid .init_array section priority"); in writeObject()
1550 report_fatal_error("non-symbolic data in .init_array section"); in writeObject()
1558 report_fatal_error("fixups in .init_array should be symbol references"); in writeObject()
1560 report_fatal_error("symbols in .init_array should be for functions"); in writeObject()
1562 report_fatal_error("symbols in .init_array should exist in symbtab"); in writeObject()