Home
last modified time | relevance | path

Searched refs:error_names (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dstrerror.c456 static const char **error_names; variable
532 if (error_names == NULL) in init_error_tables()
535 if ((error_names = (const char **) malloc (nbytes)) != NULL) in init_error_tables()
537 memset (error_names, 0, nbytes); in init_error_tables()
540 error_names[eip -> value] = eip -> name; in init_error_tables()
595 if (error_names == NULL) in errno_max()
637 if (error_names == NULL) in strerror()
701 if (error_names == NULL) in strerrno()
716 else if ((error_names == NULL) || (error_names[errnoval] == NULL)) in strerrno()
725 name = error_names[errnoval]; in strerrno()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldgram.y61 static char *error_names[ERROR_NAME_MAX]; variable
63 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
1255 einfo ("%P%F:%S: %s in %s\n", arg, error_names[error_index-1]);