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

  /src/lib/libc/gen/
nlist_ecoff.c 74 u_long symhdroff, extstroff; local in function:__fdnlist_ecoff
130 extstroff = symhdrp->cbSsExtOffset;
160 &mappedfile[extstroff + esyms[i].es_strindex];
nlist_ecoff.c 74 u_long symhdroff, extstroff; local in function:__fdnlist_ecoff
130 extstroff = symhdrp->cbSsExtOffset;
160 &mappedfile[extstroff + esyms[i].es_strindex];
nlist_coff.c 89 u_long symoff, extstroff; local in function:__fdnlist_coff
137 extstroff = symoff + ES_LEN * nesyms;
165 symtabname = &mappedfile[extstroff + esym.es_offset];
nlist_coff.c 89 u_long symoff, extstroff; local in function:__fdnlist_coff
137 extstroff = symoff + ES_LEN * nesyms;
165 symtabname = &mappedfile[extstroff + esym.es_offset];

Completed in 23 milliseconds