Lines Matching refs:bitmask_words
2148 Elf32_Word bitmask_words = ((Elf32_Word *) data->d_buf)[2]; in check_gnu_hash() local
2150 if (bitmask_words == 0 || !powerof2 (bitmask_words)) in check_gnu_hash()
2154 idx, section_name (ebl, idx), bitmask_words); in check_gnu_hash()
2158 size_t bitmask_idxmask = bitmask_words - 1; in check_gnu_hash()
2160 bitmask_words *= 2; in check_gnu_hash()
2165 uint64_t used_buf = (4ULL + bitmask_words + nbuckets) * sizeof (Elf32_Word); in check_gnu_hash()
2183 size_t maxidx = shdr->sh_size / sizeof (Elf32_Word) - (4 + bitmask_words in check_gnu_hash()
2197 collected = { .p32 = xcalloc (bitmask_words, sizeof (Elf32_Word)) }; in check_gnu_hash()
2202 for (cnt = 4 + bitmask_words; cnt < 4 + bitmask_words + nbuckets; ++cnt) in check_gnu_hash()
2213 idx, section_name (ebl, idx), cnt - (4 + bitmask_words)); in check_gnu_hash()
2220 + bitmask_words in check_gnu_hash()
2235 cnt - (4 + bitmask_words)); in check_gnu_hash()
2248 cnt - (4 + bitmask_words)); in check_gnu_hash()
2252 if (maskidx >= bitmask_words) in check_gnu_hash()
2257 cnt - (4 + bitmask_words)); in check_gnu_hash()
2286 idx, section_name (ebl, idx), cnt - (4 + bitmask_words)); in check_gnu_hash()
2291 idx, section_name (ebl, idx), cnt - (4 + bitmask_words)); in check_gnu_hash()
2294 if (memcmp (collected.p32, bitmask.p32, bitmask_words * sizeof (Elf32_Word))) in check_gnu_hash()