Lines Matching refs:nsym
1996 size_t nsym, i;
1999 for (i = nsym = 0; i < p->ghashtab[0]; i++) {
2000 if (buckets[i] > nsym)
2001 nsym = buckets[i];
2003 if (nsym) {
2004 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]);
2005 do nsym++;
2008 return nsym;
2026 size_t nsym = count_syms(p);
2027 size_t i, size = nsym * sizeof(*p->funcdescs);
2040 for (i=0; i<nsym; i++) {
4505 uint32_t nsym = p->hashtab[1];
4507 for (; nsym; nsym--, sym++) {
4518 size_t i, nsym, first_hash_sym_index;
4527 for (i = nsym = 0; i < p->ghashtab[0]; i++) {
4528 if (buckets[i] > nsym)
4529 nsym = buckets[i];
4532 for (i = first_hash_sym_index; i < nsym; i++) {
4540 if (nsym) {
4541 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]);
4543 nsym++;