HomeSort by: relevance | last modified time | path
    Searched defs:nns (Results 1 - 3 of 3) sorted by relevancy

  /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;

Completed in 33 milliseconds