Home
last modified time | relevance | path

Searched refs:err_msg (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Das.c1275 char err_msg[50]; in main() local
1287 sprintf (err_msg, _("%d error"), n_errs); in main()
1289 sprintf (err_msg, _("%d errors"), n_errs); in main()
1306 err_msg, warn_msg); in main()
DChangeLog-20101815 (_i386_insn): Replace err_msg with error.
1816 (operand_size_match): Set error instead of err_msg on failure.
1820 (match_template): Likewise. Use error instead of err_msg with
1926 * config/tc-i386.c (_i386_insn): Add err_msg.
1927 (operand_size_match): Set err_msg on failure.
1931 (match_template): Likewise. Use i.err_msg with as_bad.
DChangeLog-20072514 Make the err_msg[] a file level local array in order to save
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386.c4962 const char *err_msg; in match_template() local
4968 err_msg = _("operand size mismatch"); in match_template()
4971 err_msg = _("operand type mismatch"); in match_template()
4974 err_msg = _("register type mismatch"); in match_template()
4977 err_msg = _("number of operands mismatch"); in match_template()
4980 err_msg = _("invalid instruction suffix"); in match_template()
4983 err_msg = _("constant doesn't fit in 4 bits"); in match_template()
4986 err_msg = _("only supported with old gcc"); in match_template()
4989 err_msg = _("unsupported with Intel mnemonic"); in match_template()
4992 err_msg = _("unsupported syntax"); in match_template()
[all …]
Dtc-arm.c20934 char err_msg[128]; in arm_frag_align_code() local
20936 sprintf (err_msg, in arm_frag_align_code()
20939 as_fatal ("%s", err_msg); in arm_frag_align_code()
/toolchain/binutils/binutils-2.25/opcodes/
Daarch64-dis.c2150 static const char *err_msg[6] = in print_insn_aarch64_word() local
2192 word, err_msg[-ret]); in print_insn_aarch64_word()
/toolchain/binutils/binutils-2.25/bfd/
Delf64-alpha.c438 char **err_msg) in elf64_alpha_reloc_gpdisp() argument
472 *err_msg = _("GPDISP relocation did not find ldah and lda instructions"); in elf64_alpha_reloc_gpdisp()