Lines Matching refs:Errorf
112 return fmt.Errorf("error while processing %q on line %d: %q", in.contents[with.begin:with.end], line, err)
121 panic(locateError(fmt.Errorf("%s", err), origStatement, input))
325 return nil, fmt.Errorf("unknown label type %q", rul3s[label.pegRule])
615 return nil, fmt.Errorf("preamble is relative to %q, not r12", relative)
619 return nil, fmt.Errorf("preamble is setting %q, not r2", target)
740 return nil, fmt.Errorf("can't process TOC argument to %q", instructionName)
744 return nil, fmt.Errorf("Unknown section type %q", section)
1006 return nil, fmt.Errorf("non-leaq instruction %q referenced OPENSSL_ia32cap_P directly", instructionName)
1010 return nil, fmt.Errorf("invalid OPENSSL_ia32cap_P reference in instruction %q", instructionName)
1018 return nil, fmt.Errorf("tried to load OPENSSL_ia32cap_P into %q, which is not a standard register.", reg)
1044 return nil, fmt.Errorf("Cannot rewrite PLT reference for non-jump instruction %q", instructionName)
1104 return nil, fmt.Errorf("cannot handle combining instructions targeting non-general registers")
1114 return nil, fmt.Errorf("three-argument instruction has %d arguments", n)
1137 return nil, fmt.Errorf("Cannot rewrite GOTPCREL reference for instruction %q", instructionName)
1150 return nil, fmt.Errorf("internal error: Red Zone was already cleared")
1174 return nil, fmt.Errorf("Unknown section type %q", section)
1255 return nil, fmt.Errorf("unknown BSS statement type %q in %q", rul3s[node.pegRule], d.contents(statement))
1494 return fmt.Errorf("expected one file in archive, but found %d", len(ar))
1512 return fmt.Errorf("error while parsing %q: %s", input.path, err)