Searched refs:new_hash (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/elf/ |
D | dl-lookup.c | 212 do_lookup_unique (const char *undef_name, unsigned int new_hash, in do_lookup_unique() argument 231 size_t idx = new_hash % size; in do_lookup_unique() 232 size_t hash2 = 1 + new_hash % (size - 2); in do_lookup_unique() 235 if (entries[idx].hashval == new_hash in do_lookup_unique() 312 enter_unique_sym (entries, size, new_hash, strtab + sym->st_name, ref, in do_lookup_unique() 317 new_hash, strtab + sym->st_name, sym, map); in do_lookup_unique() 343 do_lookup_x (const char *undef_name, unsigned int new_hash, in do_lookup_x() argument 396 = bitmask[(new_hash / __ELF_NATIVE_CLASS) in do_lookup_x() 399 unsigned int hashbit1 = new_hash & (__ELF_NATIVE_CLASS - 1); in do_lookup_x() 400 unsigned int hashbit2 = ((new_hash >> map->l_gnu_shift) in do_lookup_x() [all …]
|
D | dl-lookup-direct.c | 72 const char *undef_name, uint32_t new_hash, in ElfW() 78 Elf32_Word bucket = map->l_gnu_buckets[new_hash % map->l_nbuckets]; in ElfW() 84 if (((*hasharr ^ new_hash) >> 1) == 0) in ElfW()
|
/glibc-2.36/sysdeps/generic/ |
D | ldsodefs.h | 1000 uint32_t new_hash,
|