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

  /src/usr.bin/elf2ecoff/
elf2ecoff.c 755 char *oldstringbase; local in function:translate_syms
761 oldstringbase = elfp->stringtab;
770 stringsize = compute_stringsize(elfp->elf_syms, nsyms, oldstringbase);
792 name = oldstringbase + esym->st_name;

Completed in 11 milliseconds