Searched refs:error_names (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/binutils/ld/
H A Dldgram.y60 static char *error_names[ERROR_NAME_MAX];
62 #define PUSH_ERROR(x) if (error_index < ERROR_NAME_MAX) error_names[error_index] = x; error_index++;
1336 einfo ("%P%F:%S: %s in %s\n", arg, error_names[error_index-1]);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
490 the error_names and the sys_errlist (if needed) tables, which are
525 /* Now attempt to allocate the error_names table, zero it out, and then
528 if (error_names == NULL)
531 if ((error_names = (const char **) malloc (nbytes)) != NULL)
533 memset (error_names, 0, nbytes);
536 error_names[eip -> value] = eip -> name;
591 if (error_names == NULL)
633 if (error_names == NULL)
697 if (error_names
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c452 static const char **error_names; variable
490 the error_names and the sys_errlist (if needed) tables, which are
525 /* Now attempt to allocate the error_names table, zero it out, and then
528 if (error_names == NULL)
531 if ((error_names = (const char **) malloc (nbytes)) != NULL)
533 memset (error_names, 0, nbytes);
536 error_names[eip -> value] = eip -> name;
591 if (error_names == NULL)
633 if (error_names == NULL)
697 if (error_names
[all...]

Completed in 131 milliseconds