Lines Matching defs:nfuncs
74 rm_dups(nltype *nl, size_t *nfuncs)
79 for (i = 1; i < *nfuncs; i++) {
130 for (i = 0; (i < *nfuncs) && (nl[i].name != NULL); i++)
134 for (i = ndx + 1; i < *nfuncs; i++) {
141 *nfuncs = ndx;
215 size_t i, nsyms, nfuncs;
302 nfuncs = 0;
332 nfuncs++;
349 qsort(nl, nfuncs, sizeof (nltype), cmp_by_address);
350 rm_dups(nl, &nfuncs);
353 module->nfuncs = nfuncs;