Lines Matching refs:errorf

129       decoder->errorf(string_start, "%s: no valid UTF-8 string", name);
213 decoder_->errorf(decoder_->pc(),
264 decoder_->errorf(decoder_->pc(), "unknown section code #0x%02x",
350 errorf(pos,
360 errorf(pos,
373 errorf(pc(), "The %s section must appear before the %s section",
385 errorf(pc(), "Multiple %s sections not allowed",
404 errorf(pc(), "unexpected section <%s>", SectionName(section_code));
539 errorf(pc(),
545 errorf(pc(), "unexpected section <%s>", SectionName(section_code));
551 errorf(pc(),
577 errorf(pc() - 1,
581 errorf(pc() - 1, "unknown type form: %d", kind);
588 errorf(pc(), "type %zu: forward-declared supertype %d",
607 errorf(pc() - 1, "type %zu: invalid supertype %d", num_types,
620 errorf(pc() - 1, "type %zu: invalid supertype %d", num_types,
633 errorf(pc() - 1, "type %zu: invalid supertype %d", num_types,
644 errorf(pc() - 1,
648 errorf(pc() - 1, "unknown type form: %d", kind);
723 errorf(pc(), "Type definition count exeeds maximum %zu",
758 errorf("type %d: subtyping depth is greater than allowed", i);
764 errorf("type %d: cyclic inheritance", i);
768 errorf("type %d has invalid explicit supertype %d", i, explicit_super);
823 errorf(type_position, "Invalid table type %s", type.name().c_str());
861 errorf(pos, "unknown import kind 0x%02x", import->kind);
872 errorf(pos, "unknown import kind 0x%02x", import->kind);
1023 errorf(pos, "invalid export kind 0x%02x", exp->kind);
1031 errorf(pos, "invalid export kind 0x%02x", exp->kind);
1057 errorf(pc, "Duplicate export name '%.*s' for %s %d and %s %d",
1111 errorf(pos, "size %u > maximum function size %zu", size,
1134 errorf(error_offset, "function body count %u mismatch (%u expected)",
1157 errorf(pc(), "data segments count %u mismatch (%u expected)",
1187 errorf(pos, "illegal memory index %u != 0", memory_index);
1290 decoder.errorf(decoder.pc(), "Expected %u compilation hints (%u found)",
1321 decoder.errorf(decoder.pc(),
1341 decoder.errorf(decoder.pc(),
1376 inner.errorf("Invalid function index: %d", func_idx);
1389 inner.errorf("Invalid branch offset: %d", br_off);
1395 inner.errorf("Invalid data size: %#x. Expected 1.", data_size);
1411 inner.errorf(inner.pc(), "Invalid branch hint %#x", br_dir);
1426 inner.errorf("Unexpected extra bytes: %d\n",
1463 errorf(pc(), "function count is %u, but code section is absent",
1695 errorf(pos, "signature index %u out of bounds (%d signatures)", sig_index,
1708 errorf(pos, "tag signature %u has non-void return", sig_index);
1719 errorf(p, "%s of %u exceeds internal limit of %zu", name, count, maximum);
1747 errorf(pos, "%s %u out of bounds (%d entr%s)", name, index,
1761 errorf(pc() - 1, "invalid %s limits flags", name);
1776 errorf(pc() - 1,
1784 errorf(pc() - 1,
1792 errorf(pc() - 1,
1800 errorf(pc() - 1, "invalid memory limits flags 0x%x", flags);
1818 errorf(pos,
1830 errorf(pos,
1836 errorf(pos,
1852 errorf(pos, "expected %s 0x%02x, got 0x%02x", name, expected, value);
1864 errorf(pc() + 1, \
1898 errorf(pc() + 1, "function index %u out of bounds", index);
2058 errorf(pos, "exception attribute %u not supported", attribute);
2083 errorf(pos, "illegal flag value %u. Must be between 0 and 7", flag);
2103 errorf(pos, "out of bounds%s table index %u",
2125 errorf(pos,
2137 errorf(pos, "illegal element kind 0x%x. Must be 0x%x", val,
2150 errorf(pos,
2179 errorf(pos, "illegal flag value %u. Must be 0, 1, or 2", flag);
2212 errorf(initial_pc,