Home
last modified time | relevance | path

Searched refs:newstrings (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/binutils/bfd/
Dcoff64-rs6000.c568 char *newstrings; local
576 newstrings = bfd_realloc (ldinfo->strings, newalc);
577 if (newstrings == NULL)
583 ldinfo->strings = newstrings;
Dcoff-rs6000.c3542 char *newstrings; local
3550 newstrings = bfd_realloc (ldinfo->strings, newalc);
3551 if (newstrings == NULL)
3557 ldinfo->strings = newstrings;