Home | History | Annotate | Download | only in bfd

Lines Matching defs:hashcodes

6439   unsigned long *hashcodes;
6480 *(inf->hashcodes)++ = ha;
6496 unsigned long int *hashcodes;
6554 s->hashcodes
6655 unsigned long int *hashcodes ATTRIBUTE_UNUSED,
6702 /* Walk through the array of hashcodes and count the collisions. */
6714 ++counts[hashcodes[j] % i];
7926 unsigned long int *hashcodes;
7937 hashcodes = (unsigned long int *) bfd_malloc (amt);
7938 if (hashcodes == NULL)
7940 hashinf.hashcodes = hashcodes;
7943 /* Put all hash values in HASHCODES. */
7948 free (hashcodes);
7952 nsyms = hashinf.hashcodes - hashcodes;
7954 = compute_bucket_count (info, hashcodes, nsyms, 0);
7955 free (hashcodes);
7990 cinfo.hashcodes = (long unsigned int *) bfd_malloc (amt);
7991 if (cinfo.hashcodes == NULL)
7994 cinfo.hashval = cinfo.hashcodes + dynsymcount;
7999 /* Put all hash values in HASHCODES. */
8004 free (cinfo.hashcodes);
8009 = compute_bucket_count (info, cinfo.hashcodes, cinfo.nsyms, 1);
8013 free (cinfo.hashcodes);
8024 free (cinfo.hashcodes);
8077 free (cinfo.hashcodes);
8089 ++cinfo.counts[cinfo.hashcodes[i] % bucketcount];
8109 free (cinfo.hashcodes);
8147 free (cinfo.hashcodes);