Home | Sort by: relevance | last modified time | path |
/src/usr.bin/elf2aout/ | |
elf2aout.c | 521 char *nns; local in function:translate_syms 524 nns = realloc(newstrings, newstringsize); 525 if (nns == NULL) 527 newstrings = nns; |
elf2aout.c | 521 char *nns; local in function:translate_syms 524 nns = realloc(newstrings, newstringsize); 525 if (nns == NULL) 527 newstrings = nns; |
elf2aout.c | 521 char *nns; local in function:translate_syms 524 nns = realloc(newstrings, newstringsize); 525 if (nns == NULL) 527 newstrings = nns; |