Searched refs:old_hash (Results 1 – 2 of 2) sorted by relevance
/elf/ |
A D | dl-lookup-direct.c | 99 uint32_t old_hash = _dl_elf_hash (undef_name); in ElfW() local 104 for (Elf_Symndx symidx = map->l_buckets[old_hash % map->l_nbuckets]; in ElfW()
|
A D | dl-lookup.c | 359 unsigned long int *old_hash, const ElfW(Sym) *ref, in do_lookup_x() argument 446 if (*old_hash == 0xffffffff) in do_lookup_x() 447 *old_hash = _dl_elf_hash (undef_name); in do_lookup_x() 452 for (symidx = map->l_buckets[*old_hash % map->l_nbuckets]; in do_lookup_x() 842 unsigned long int old_hash = 0xffffffff; in _dl_lookup_symbol_x() local 860 if (do_lookup_x (undef_name, new_hash, &old_hash, *ref, in _dl_lookup_symbol_x() 907 if (do_lookup_x (undef_name, new_hash, &old_hash, *ref, in _dl_lookup_symbol_x() 1045 unsigned long int old_hash = 0xffffffff; in _dl_debug_bindings() local 1050 do_lookup_x (undef_name, new_hash, &old_hash, *ref, &val, in _dl_debug_bindings() 1076 && do_lookup_x (undef_name, new_hash, &old_hash, *ref, in _dl_debug_bindings()
|
Completed in 5 milliseconds