Home | History | Annotate | Download | only in bfd

Lines Matching full:newstrings

554       char *newstrings;
562 newstrings = bfd_realloc (ldinfo->strings, newalc);
563 if (newstrings == NULL)
569 ldinfo->strings = newstrings;