Lines Matching refs:nsym
1808 size_t nsym, i;
1811 for (i = nsym = 0; i < p->ghashtab[0]; i++) {
1812 if (buckets[i] > nsym)
1813 nsym = buckets[i];
1815 if (nsym) {
1816 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]);
1817 do nsym++;
1820 return nsym;
1838 size_t nsym = count_syms(p);
1839 size_t i, size = nsym * sizeof(*p->funcdescs);
1852 for (i=0; i<nsym; i++) {
4163 uint32_t nsym = p->hashtab[1];
4165 for (; nsym; nsym--, sym++) {
4176 size_t i, nsym, first_hash_sym_index;
4185 for (i = nsym = 0; i < p->ghashtab[0]; i++) {
4186 if (buckets[i] > nsym)
4187 nsym = buckets[i];
4190 for (i = first_hash_sym_index; i < nsym; i++) {
4198 if (nsym) {
4199 hashval = buckets + p->ghashtab[0] + (nsym - p->ghashtab[1]);
4201 nsym++;