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

  /src/lib/libc/gen/
nlist_ecoff.c 75 u_long symhdroff, extstroff; local
131 extstroff = symhdrp->cbSsExtOffset;
161 &mappedfile[extstroff + esyms[i].es_strindex];
nlist_coff.c 91 u_long symoff, extstroff; local
139 extstroff = symoff + ES_LEN * nesyms;
167 symtabname = &mappedfile[extstroff + esym.es_offset];

Completed in 15 milliseconds