Searched refs:hashcodes (Results 1 – 3 of 3) sorted by relevance
5386 unsigned long *hashcodes; member5427 *(inf->hashcodes)++ = ha; in elf_collect_hash_codes()5445 unsigned long int *hashcodes; member5502 s->hashcodes[s->nsyms] = ha; in elf_collect_gnu_hash_codes()5588 unsigned long int *hashcodes ATTRIBUTE_UNUSED, in compute_bucket_count()5651 ++counts[hashcodes[j] % i]; in compute_bucket_count()6695 unsigned long int *hashcodes; in bfd_elf_size_dynsym_hash_dynstr() local6706 hashcodes = (unsigned long int *) bfd_malloc (amt); in bfd_elf_size_dynsym_hash_dynstr()6707 if (hashcodes == NULL) in bfd_elf_size_dynsym_hash_dynstr()6709 hashinf.hashcodes = hashcodes; in bfd_elf_size_dynsym_hash_dynstr()[all …]
131 compute_bucket_count(const std::vector<uint32_t>& hashcodes,
857 Dynobj::compute_bucket_count(const std::vector<uint32_t>& hashcodes, in compute_bucket_count() argument875 unsigned int symcount = hashcodes.size(); in compute_bucket_count()