Searched refs:nesyms (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dnlist_ecoff.c80 long i, nesyms; local
129 nesyms = symhdrp->esymMax;
130 if (check(symhdrp->cbExtOffset, nesyms * sizeof *esyms))
152 for (i = 0; i < nesyms; i++) {
H A Dnlist_coff.c95 long i, nesyms; local
137 nesyms = filehdrp->f_nsyms;
139 if (symoff + ES_LEN * nesyms > mappedsize)
141 extstroff = symoff + ES_LEN * nesyms;
152 for (i = 0; i < nesyms; i++) {
/netbsd-6-1-5-RELEASE/usr.sbin/kvm_mkdb/
H A Dnlist_ecoff.c93 u_long symhdrsize, i, nesyms; local
152 nesyms = symhdrp->esymMax;
153 if (check(symhdrp->cbExtOffset, nesyms * sizeof *esyms))
179 for (i = 0; i < nesyms; i++) {
H A Dnlist_coff.c92 u_long symhdrsize, i, nesyms; local
180 nesyms = filehdrp->f_nsyms;
185 for (i = 0; i < nesyms; i++) {
/netbsd-6-1-5-RELEASE/usr.bin/elf2ecoff/
H A Delf2ecoff.c591 struct ecoff_symhdr *symhdrp, long nesyms,
598 nesyms, (u_long) ep->f.f_symptr);
603 symhdrp->esymMax = nesyms;
613 (nesyms * sizeof(struct ecoff_extsym)));
590 write_ecoff_symhdr(int out, struct ecoff_exechdr *ep, struct ecoff_symhdr *symhdrp, long nesyms, long extsymoff, long extstroff, long strsize) argument

Completed in 108 milliseconds