HomeSort by: relevance | last modified time | path
    Searched defs:nns (Results 1 - 1 of 1) 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;

Completed in 11 milliseconds