Lines Matching refs:nsym
1017 size_t nsym, i;
1020 for (i = nsym = 0; i < p->ghashtab[0]; i++) {
1021 if (buckets[i] > nsym)
1022 nsym = buckets[i];
1024 if (nsym) {
1025 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]);
1026 do nsym++;
1029 return nsym;
1047 size_t nsym = count_syms(p);
1048 size_t i, size = nsym * sizeof(*p->funcdescs);
1061 for (i=0; i<nsym; i++) {
2366 uint32_t nsym;
2379 nsym = count_syms(p);
2384 if (idx < nsym && (sym[idx].st_info&0xf) == STT_FUNC) {
2391 if (!best) for (; nsym; nsym--, sym++) {