Lines Matching defs:hashcodes
5123 unsigned long *hashcodes;
5162 *(inf->hashcodes)++ = ha;
5180 unsigned long int *hashcodes;
5235 s->hashcodes[s->nsyms] = ha;
5321 unsigned long int *hashcodes ATTRIBUTE_UNUSED,
5372 /* Walk through the array of hashcodes and count the collisions. */
5384 ++counts[hashcodes[j] % i];
6432 unsigned long int *hashcodes;
6443 hashcodes = (unsigned long int *) bfd_malloc (amt);
6444 if (hashcodes == NULL)
6446 hashinf.hashcodes = hashcodes;
6449 /* Put all hash values in HASHCODES. */
6454 free (hashcodes);
6458 nsyms = hashinf.hashcodes - hashcodes;
6460 = compute_bucket_count (info, hashcodes, nsyms, 0);
6461 free (hashcodes);
6495 cinfo.hashcodes = (long unsigned int *) bfd_malloc (amt);
6496 if (cinfo.hashcodes == NULL)
6499 cinfo.hashval = cinfo.hashcodes + dynsymcount;
6504 /* Put all hash values in HASHCODES. */
6509 free (cinfo.hashcodes);
6514 = compute_bucket_count (info, cinfo.hashcodes, cinfo.nsyms, 1);
6518 free (cinfo.hashcodes);
6529 free (cinfo.hashcodes);
6581 free (cinfo.hashcodes);
6593 ++cinfo.counts[cinfo.hashcodes[i] % bucketcount];
6611 free (cinfo.hashcodes);
6646 free (cinfo.hashcodes);