| /src/usr.bin/elf2aout/ |
| elf2aout.c | 463 char *newstrings, *nsp; local 481 newstrings = malloc(newstringsize); 482 if (newstrings == NULL) 485 nsp = newstrings; 514 off = (size_t)(nsp - newstrings); 524 nns = realloc(newstrings, newstringsize); 527 newstrings = nns; 528 nsp = newstrings + off; 534 outbuf[i].n_un.n_strx = nsp - newstrings + 4; 570 if (write(out, newstrings, newstringsize) != (ssize_t)newstringsize [all...] |
| elf2aout.c | 463 char *newstrings, *nsp; local 481 newstrings = malloc(newstringsize); 482 if (newstrings == NULL) 485 nsp = newstrings; 514 off = (size_t)(nsp - newstrings); 524 nns = realloc(newstrings, newstringsize); 527 newstrings = nns; 528 nsp = newstrings + off; 534 outbuf[i].n_un.n_strx = nsp - newstrings + 4; 570 if (write(out, newstrings, newstringsize) != (ssize_t)newstringsize [all...] |
| elf2aout.c | 463 char *newstrings, *nsp; local 481 newstrings = malloc(newstringsize); 482 if (newstrings == NULL) 485 nsp = newstrings; 514 off = (size_t)(nsp - newstrings); 524 nns = realloc(newstrings, newstringsize); 527 newstrings = nns; 528 nsp = newstrings + off; 534 outbuf[i].n_un.n_strx = nsp - newstrings + 4; 570 if (write(out, newstrings, newstringsize) != (ssize_t)newstringsize [all...] |
| /src/usr.bin/elf2ecoff/ |
| elf2ecoff.c | 763 char *newstrings, *nsp; local 786 newstrings = malloc(stringsize); 787 if (newstrings == NULL) 790 nsp = newstrings; 801 if (nsp + namelen > newstrings + stringsize) 805 ecoffp->ecoff_syms[idx].es_strindex = nsp - newstrings; 820 ecoffp->stringtab = newstrings; 821 ecoffp->stringsize = nsp - newstrings;
|
| elf2ecoff.c | 763 char *newstrings, *nsp; local 786 newstrings = malloc(stringsize); 787 if (newstrings == NULL) 790 nsp = newstrings; 801 if (nsp + namelen > newstrings + stringsize) 805 ecoffp->ecoff_syms[idx].es_strindex = nsp - newstrings; 820 ecoffp->stringtab = newstrings; 821 ecoffp->stringsize = nsp - newstrings;
|
| elf2ecoff.c | 763 char *newstrings, *nsp; local 786 newstrings = malloc(stringsize); 787 if (newstrings == NULL) 790 nsp = newstrings; 801 if (nsp + namelen > newstrings + stringsize) 805 ecoffp->ecoff_syms[idx].es_strindex = nsp - newstrings; 820 ecoffp->stringtab = newstrings; 821 ecoffp->stringsize = nsp - newstrings;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| coff64-rs6000.c | 608 char *newstrings; local 616 newstrings = bfd_realloc (ldinfo->strings, newalc); 617 if (newstrings == NULL) 623 ldinfo->strings = newstrings;
|
| coff64-rs6000.c | 608 char *newstrings; local 616 newstrings = bfd_realloc (ldinfo->strings, newalc); 617 if (newstrings == NULL) 623 ldinfo->strings = newstrings;
|
| coff64-rs6000.c | 608 char *newstrings; local 616 newstrings = bfd_realloc (ldinfo->strings, newalc); 617 if (newstrings == NULL) 623 ldinfo->strings = newstrings;
|
| coff-rs6000.c | 3970 char *newstrings; 3978 newstrings = bfd_realloc (ldinfo->strings, newalc); 3979 if (newstrings == NULL) 3985 ldinfo->strings = newstrings; 3964 char *newstrings; local
|
| coff-rs6000.c | 3970 char *newstrings; 3978 newstrings = bfd_realloc (ldinfo->strings, newalc); 3979 if (newstrings == NULL) 3985 ldinfo->strings = newstrings; 3964 char *newstrings; local
|
| coff-rs6000.c | 3970 char *newstrings; 3978 newstrings = bfd_realloc (ldinfo->strings, newalc); 3979 if (newstrings == NULL) 3985 ldinfo->strings = newstrings; 3964 char *newstrings; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coff64-rs6000.c | 608 char *newstrings; local 616 newstrings = bfd_realloc (ldinfo->strings, newalc); 617 if (newstrings == NULL) 623 ldinfo->strings = newstrings;
|
| coff64-rs6000.c | 608 char *newstrings; local 616 newstrings = bfd_realloc (ldinfo->strings, newalc); 617 if (newstrings == NULL) 623 ldinfo->strings = newstrings;
|
| coff64-rs6000.c | 608 char *newstrings; local 616 newstrings = bfd_realloc (ldinfo->strings, newalc); 617 if (newstrings == NULL) 623 ldinfo->strings = newstrings;
|
| coff-rs6000.c | 3970 char *newstrings; 3978 newstrings = bfd_realloc (ldinfo->strings, newalc); 3979 if (newstrings == NULL) 3985 ldinfo->strings = newstrings; 3964 char *newstrings; local
|
| coff-rs6000.c | 3970 char *newstrings; 3978 newstrings = bfd_realloc (ldinfo->strings, newalc); 3979 if (newstrings == NULL) 3985 ldinfo->strings = newstrings; 3964 char *newstrings; local
|
| coff-rs6000.c | 3970 char *newstrings; 3978 newstrings = bfd_realloc (ldinfo->strings, newalc); 3979 if (newstrings == NULL) 3985 ldinfo->strings = newstrings; 3964 char *newstrings; local
|