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

  /src/lib/libc/gen/
nlist_ecoff.c 69 const struct ecoff_symhdr *symhdrp; local in function:__fdnlist_ecoff
121 if ((symhdroff + sizeof *symhdrp) > mappedsize ||
122 sizeof *symhdrp != symhdrsize)
124 symhdrp = (const void *)&mappedfile[symhdroff];
126 nesyms = symhdrp->esymMax;
127 if (check(symhdrp->cbExtOffset, nesyms * sizeof *esyms))
129 esyms = (const void *)&mappedfile[symhdrp->cbExtOffset];
130 extstroff = symhdrp->cbSsExtOffset;
  /src/usr.sbin/kvm_mkdb/
nlist_ecoff.c 85 struct ecoff_symhdr *symhdrp; local in function:create_knlist_ecoff
148 if (check(symhdroff, sizeof *symhdrp) || sizeof *symhdrp != symhdrsize)
150 symhdrp = (struct ecoff_symhdr *)&mappedfile[symhdroff];
152 nesyms = symhdrp->esymMax;
153 if (check(symhdrp->cbExtOffset, nesyms * sizeof *esyms))
155 esyms = (struct ecoff_extsym *)&mappedfile[symhdrp->cbExtOffset];
156 extrstroff = symhdrp->cbSsExtOffset;

Completed in 12 milliseconds