Searched refs:error_name (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/ld/
H A Dldmain.c1321 static char *error_name;
1348 if (error_name != NULL
1349 && strcmp (name, error_name) == 0)
1354 if (error_name != NULL)
1355 free (error_name);
1356 error_name = xstrdup (name);
1319 static char *error_name; local
/haiku-buildtools/binutils/ld/
H A Dldmain.c1292 static char *error_name;
1309 if (error_name != NULL
1310 && strcmp (name, error_name) == 0)
1315 if (error_name != NULL)
1316 free (error_name);
1317 error_name = xstrdup (name);
1290 static char *error_name; local
/haiku-buildtools/binutils/binutils/
H A Delfcomm.c880 const char * error_name = _("<corrupt>"); local
892 len += strlen (error_name) + 2;
910 error_name, member_name);

Completed in 110 milliseconds