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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff64-rs6000.c567 char *newstrings; local
575 newstrings = bfd_realloc (ldinfo->strings, newalc);
576 if (newstrings == NULL)
582 ldinfo->strings = newstrings;
H A Dcoff-rs6000.c3534 char *newstrings;
3542 newstrings = bfd_realloc (ldinfo->strings, newalc);
3543 if (newstrings == NULL)
3549 ldinfo->strings = newstrings;
3528 char *newstrings; local

Completed in 185 milliseconds