Home | History | Annotate | Download | only in bfd

Lines Matching refs:hashcodes

6457   unsigned long *hashcodes;
6498 *(inf->hashcodes)++ = ha;
6514 unsigned long int *hashcodes;
6572 s->hashcodes[s->nsyms] = ha;
6673 unsigned long int *hashcodes ATTRIBUTE_UNUSED,
6720 /* Walk through the array of hashcodes and count the collisions. */
6732 ++counts[hashcodes[j] % i];
7944 unsigned long int *hashcodes;
7955 hashcodes = (unsigned long int *) bfd_malloc (amt);
7956 if (hashcodes == NULL)
7958 hashinf.hashcodes = hashcodes;
7961 /* Put all hash values in HASHCODES. */
7966 free (hashcodes);
7970 nsyms = hashinf.hashcodes - hashcodes;
7972 = compute_bucket_count (info, hashcodes, nsyms, 0);
7973 free (hashcodes);
8008 cinfo.hashcodes = (long unsigned int *) bfd_malloc (amt);
8009 if (cinfo.hashcodes == NULL)
8012 cinfo.hashval = cinfo.hashcodes + dynsymcount;
8017 /* Put all hash values in HASHCODES. */
8022 free (cinfo.hashcodes);
8027 = compute_bucket_count (info, cinfo.hashcodes, cinfo.nsyms, 1);
8031 free (cinfo.hashcodes);
8042 free (cinfo.hashcodes);
8095 free (cinfo.hashcodes);
8107 ++cinfo.counts[cinfo.hashcodes[i] % bucketcount];
8127 free (cinfo.hashcodes);
8165 free (cinfo.hashcodes);