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

  /src/lib/libc/gen/
nlist_ecoff.c 77 long i, nesyms; local in function:__fdnlist_ecoff
126 nesyms = symhdrp->esymMax;
127 if (check(symhdrp->cbExtOffset, nesyms * sizeof *esyms))
149 for (i = 0; i < nesyms; i++) {
nlist_coff.c 91 long i, nesyms; local in function:__fdnlist_coff
133 nesyms = filehdrp->f_nsyms;
135 if (symoff + ES_LEN * nesyms > mappedsize)
137 extstroff = symoff + ES_LEN * nesyms;
148 for (i = 0; i < nesyms; i++) {
  /src/usr.sbin/kvm_mkdb/
nlist_coff.c 92 u_long symhdrsize, i, nesyms; local in function:create_knlist_coff
180 nesyms = filehdrp->f_nsyms;
185 for (i = 0; i < nesyms; i++) {
nlist_ecoff.c 93 u_long symhdrsize, i, nesyms; local in function:create_knlist_ecoff
152 nesyms = symhdrp->esymMax;
153 if (check(symhdrp->cbExtOffset, nesyms * sizeof *esyms))
179 for (i = 0; i < nesyms; i++) {

Completed in 12 milliseconds