Searched refs:err_msg (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-12-stable/contrib/gdb/gdb/
H A Dada-lang.c7768 get_var_value (char *name, char *err_msg)
7780 if (err_msg == NULL)
7783 error ("%s", err_msg);
7793 get_int_var_value (char *name, char *err_msg, int *flag)
7795 struct value *var_val = get_var_value (name, err_msg);
7752 get_var_value(char *name, char *err_msg) argument
7777 get_int_var_value(char *name, char *err_msg, int *flag) argument
H A Dbreakpoint.c5080 char *err_msg;
5105 &parse_args, NULL, &err_msg,
5119 error_output_message (NULL, err_msg);
5120 xfree (err_msg);
5069 char *err_msg; local
/freebsd-12-stable/contrib/binutils/bfd/
H A Delf64-alpha.c421 char **err_msg)
455 *err_msg = _("GPDISP relocation did not find ldah and lda instructions");
414 elf64_alpha_reloc_gpdisp(bfd *abfd, arelent *reloc_entry, asymbol *sym ATTRIBUTE_UNUSED, PTR data, asection *input_section, bfd *output_bfd, char **err_msg) argument

Completed in 194 milliseconds

12