Home | History | Annotate | Download | only in ld

Lines Matching defs:error_name

1291   static char *error_name;
1308 if (error_name != NULL
1309 && strcmp (name, error_name) == 0)
1314 if (error_name != NULL)
1315 free (error_name);
1316 error_name = xstrdup (name);