Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c2220 size_t maskidx = (hval / classbits) & bitmask_idxmask; in check_gnu_hash() local
2221 if (maskidx >= bitmask_words) in check_gnu_hash()
2231 collected.p32[maskidx] in check_gnu_hash()
2233 collected.p32[maskidx] in check_gnu_hash()
2238 collected.p64[maskidx] in check_gnu_hash()
2240 collected.p64[maskidx] in check_gnu_hash()
DChangeLog440 (check_gnu_hash): Make sure maskidx is smaller than bitmask_words.