Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/elf2aout/
H A Delf2aout.c463 char *newstrings, *nsp; in translate_syms()
481 newstrings = malloc(newstringsize); in translate_syms()
482 if (newstrings == NULL) in translate_syms()
485 nsp = newstrings; in translate_syms()
514 off = (size_t)(nsp - newstrings); in translate_syms()
524 nns = realloc(newstrings, newstringsize); in translate_syms()
527 newstrings = nns; in translate_syms()
528 nsp = newstrings + off; in translate_syms()
534 outbuf[i].n_un.n_strx = nsp - newstrings + 4; in translate_syms()
570 if (write(out, newstrings, newstringsiz in translate_syms()
462 char *newstrings, *nsp; translate_syms() local
[all...]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-show.c353 char **newstrings; in list_resize() local
357 newstrings = realloc(list->strings, newsize * sizeof(char *)); in list_resize()
358 if (newstrings) { in list_resize()
359 list->strings = newstrings; in list_resize()
/netbsd-src/usr.bin/elf2ecoff/
H A Delf2ecoff.c728 char *newstrings, *nsp; in translate_syms() local
745 newstrings = (char *) ecoffp->stringtab; in translate_syms()
747 if (newstrings == NULL) in translate_syms()
762 ecoffp->ecoff_syms[idx].es_strindex = nsp - newstrings; in translate_syms()
777 ecoffp->stringsize = nsp - newstrings; in translate_syms()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff64-rs6000.c608 char *newstrings; in _bfd_xcoff64_put_ldsymbol_name() local
616 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff64_put_ldsymbol_name()
617 if (newstrings == NULL) in _bfd_xcoff64_put_ldsymbol_name()
623 ldinfo->strings = newstrings; in _bfd_xcoff64_put_ldsymbol_name()
H A Dcoff-rs6000.c3977 char *newstrings; in _bfd_xcoff_put_ldsymbol_name() local
3985 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff_put_ldsymbol_name()
3986 if (newstrings == NULL) in _bfd_xcoff_put_ldsymbol_name()
3992 ldinfo->strings = newstrings; in _bfd_xcoff_put_ldsymbol_name()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff64-rs6000.c608 char *newstrings; in _bfd_xcoff64_put_ldsymbol_name() local
616 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff64_put_ldsymbol_name()
617 if (newstrings == NULL) in _bfd_xcoff64_put_ldsymbol_name()
623 ldinfo->strings = newstrings; in _bfd_xcoff64_put_ldsymbol_name()
H A Dcoff-rs6000.c3893 char *newstrings; in _bfd_xcoff_put_ldsymbol_name() local
3901 newstrings = bfd_realloc (ldinfo->strings, newalc); in _bfd_xcoff_put_ldsymbol_name()
3902 if (newstrings == NULL) in _bfd_xcoff_put_ldsymbol_name()
3908 ldinfo->strings = newstrings; in _bfd_xcoff_put_ldsymbol_name()