Home
last modified time | relevance | path

Searched refs:error_silent (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dlinespec.c1538 error_silent ("No source file named %s.", copy); in symtab_from_filename()
1760 error_silent ("Function \"%s\" not defined.", copy); in decode_variable()
Ddefs.h904 extern NORETURN void error_silent (const char *fmt, ...) ATTR_NORETURN ATTR_FORMAT (printf, 1, 2);
Dutils.c644 error_silent (const char *string, ...) in error_silent() function
DChangeLog12190 error_silent with error message instead of throwing an exception
12192 * defs.h (error_silent, error_output_message): Add prototypes.
12194 * utils.c (error_silent, error_output_message): New functions.