Home
last modified time | relevance | path

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

/netbsd-src/libexec/ld.elf_so/
H A Dheaders.c229 obj->shift2_gnu = hashtab[3]; in _rtld_digest_dynamic()
249 obj->shift2_gnu, obj->symndx_gnu)); in _rtld_digest_dynamic()
H A Drtld.h259 uint32_t shift2_gnu; /* Bloom filter shift count */ member
H A Dsymbol.c342 h2 = ((hash >> obj->shift2_gnu) & (ELFSIZE - 1)); in _rtld_symlook_obj_gnu()