Home
last modified time | relevance | path

Searched refs:l_buckets (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/elf/
Ddl-setup_hash.c60 map->l_buckets = hash; in _dl_setup_hash()
Ddl-lookup-direct.c104 for (Elf_Symndx symidx = map->l_buckets[old_hash % map->l_nbuckets]; in ElfW()
Ddl-lookup.c437 for (symidx = map->l_buckets[*old_hash % map->l_nbuckets]; in do_lookup_x()
Ddl-load.c2233 l->l_buckets = &dummy_bucket; in _dl_map_object()
/glibc-2.36/include/
Dlink.h170 const Elf_Symndx *l_buckets; member