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

  /src/usr.bin/elf2ecoff/
elf2ecoff.c 664 uint32_t ecoff_symhdr_off, symtaboff, stringtaboff; local in function:elf_symbol_table_to_ecoff
681 stringtaboff = nextoff;
686 nextoff = stringtaboff + ecoff_strsize;
693 stringtaboff, ecoffsymtab.stringsize);

Completed in 11 milliseconds