Home | History | Annotate | Download | only in bfd

Lines Matching full:dups

8356   char *dups;
8365 dups = (char *) bfd_alloc (abfd, len + 1);
8366 if (dups == NULL)
8369 memcpy (dups, start, len);
8370 dups[len] = '\0';
8372 return dups;