Searched refs:nfuncs (Results 1 – 9 of 9) sorted by relevance
74 rm_dups(nltype *nl, size_t *nfuncs) in rm_dups() argument79 for (i = 1; i < *nfuncs; i++) { in rm_dups()130 for (i = 0; (i < *nfuncs) && (nl[i].name != NULL); i++) in rm_dups()134 for (i = ndx + 1; i < *nfuncs; i++) { in rm_dups()141 *nfuncs = ndx; in rm_dups()215 size_t i, nsyms, nfuncs; in fetch_symtab() local302 nfuncs = 0; in fetch_symtab()332 nfuncs++; in fetch_symtab()349 qsort(nl, nfuncs, sizeof (nltype), cmp_by_address); in fetch_symtab()350 rm_dups(nl, &nfuncs); in fetch_symtab()[all …]
111 size_t nfuncs; /* number of functions in `nl' */ member
41 size_t low = 0, middle, high = module->nfuncs - 1; in nllookup()
363 total_funcs += mi->nfuncs; in collect_profsyms()375 for (i = 0; i < mi->nfuncs; i++) { in collect_profsyms()
1040 sp->nfuncs = 0; in cis_list_create()1066 sp->nfuncs = mfc->nregs; in cis_list_create()1076 for (fn = 0; fn < sp->nfuncs; fn++) { in cis_list_create()1343 sp->nfuncs = 0; in cis_list_destroy()
2044 cs->nfuncs = cs->nregs;
488 uint32_t nfuncs; /* number of functions */ member
951 uint32_t nfuncs; /* number of functions */ member
2990 count = mfc.nfuncs; in pcmcia_num_funcs()