Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Ddl-setup_hash.c34 Elf32_Word bitmask_nwords = *hash32++; in _dl_setup_hash() local
36 assert ((bitmask_nwords & (bitmask_nwords - 1)) == 0); in _dl_setup_hash()
37 map->l_gnu_bitmask_idxbits = bitmask_nwords - 1; in _dl_setup_hash()
41 hash32 += __ELF_NATIVE_CLASS / 32 * bitmask_nwords; in _dl_setup_hash()