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

  /src/lib/libc/gen/
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_ecoff.c 74 u_long symhdroff, extstroff; local in function:__fdnlist_ecoff
130 extstroff = symhdrp->cbSsExtOffset;
160 &mappedfile[extstroff + esyms[i].es_strindex];
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 591 int32_t extsymoff, int32_t extstroff, int32_t strsize)
605 symhdrp->cbSsExtOffset = extstroff;

Completed in 13 milliseconds