Lines Matching full:nsyms
2283 size_t nsyms;
2294 nsyms = NUM_SHDR_ENTRIES (symtab_hdr);
2320 if (nsyms > 0)
2322 if ((size_t) r_symndx >= nsyms)
2328 (unsigned long) r_symndx, (unsigned long) nsyms, irela->r_offset);
2339 (unsigned long) r_symndx, (unsigned long) nsyms, irela->r_offset);
5453 unsigned long int nsyms;
5512 s->hashcodes[s->nsyms] = ha;
5514 ++s->nsyms;
5599 unsigned long int nsyms,
5621 /* Possible optimization parameters: if we have NSYMS symbols we say
5622 that the hashing table must at least have NSYMS/4 and at most
5623 2*NSYMS buckets. */
5624 minsize = nsyms / 4;
5627 best_size = maxsize = nsyms * 2;
5660 for (j = 0; j < nsyms; ++j)
5723 if (nsyms < elf_buckets[i + 1])
6708 unsigned long int nsyms;
6731 nsyms = hashinf.hashcodes - hashcodes;
6733 = compute_bucket_count (info, hashcodes, nsyms, 0);
6787 = compute_bucket_count (info, cinfo.hashcodes, cinfo.nsyms, 1);
6798 if (cinfo.nsyms == 0)
6827 x = cinfo.nsyms;
6833 else if ((1 << (maskbitslog2 - 2)) & cinfo.nsyms)
6860 cinfo.symindx = dynsymcount - cinfo.nsyms;
6865 for (i = 0; i < cinfo.nsyms; ++i)
6878 s->size = (4 + bucketcount + cinfo.nsyms) * 4;