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

  /src/lib/libc/gen/
nlist_ecoff.c 74 u_long symhdroff, extstroff; local in function:__fdnlist_ecoff
118 symhdroff = exechdrp->f.f_symptr;
121 if ((symhdroff + sizeof *symhdrp) > mappedsize ||
124 symhdrp = (const void *)&mappedfile[symhdroff];
  /src/usr.sbin/kvm_mkdb/
nlist_coff.c 91 u_long symhdroff, extrstroff; local in function:create_knlist_coff
149 symhdroff = filehdrp->f_symptr;
151 extrstroff = symhdroff + symhdrsize*COFF_ES_SYMENTSZ;
155 printf("symhdroff = 0x%lx,symhdrsize=%ld,stroff = 0x%lx",
156 symhdroff,symhdrsize, extrstroff);
192 syment = (struct external_syment *)&mappedfile[symhdroff +
nlist_ecoff.c 92 u_long symhdroff, extrstroff; local in function:create_knlist_ecoff
143 symhdroff = exechdrp->f.f_symptr;
148 if (check(symhdroff, sizeof *symhdrp) || sizeof *symhdrp != symhdrsize)
150 symhdrp = (struct ecoff_symhdr *)&mappedfile[symhdroff];

Completed in 12 milliseconds