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

  /src/usr.bin/elf2aout/
elf2aout.c 462 char *oldstrings; local in function:translate_syms
474 oldstrings = saveRead(in, stroff, (size_t)strsize, "string table");
517 len = strlen(oldstrings + inbuf[i].st_name) + 1 + 1;
533 strcpy(nsp + 1, oldstrings + inbuf[i].st_name);
573 free(oldstrings);

Completed in 24 milliseconds