Home | History | Annotate | Download | only in ld

Lines Matching defs:string

488     char *string;
510 new_exclude->string = xmalloc (strlen (exclude_string) + 1);
511 strcpy (new_exclude->string, exclude_string);
627 && ((filename_cmp (libname, ex->string) == 0)
628 || (strcasecmp ("ALL", ex->string) == 0)))
633 if (filename_cmp (abfd->filename, ex->string) == 0)
636 else if (strcmp (n, ex->string) == 0)
2739 found = (filename_cmp (ex->string, ibfd->filename) == 0);
2951 udef_table[undef_count].key = xstrdup (h->root.string);
2956 udef_table[undef_count].oname = h->root.string;