Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c2251 size_t maskidx = (hval / classbits) & bitmask_idxmask; in check_gnu_hash() local
2252 if (maskidx >= bitmask_words) in check_gnu_hash()
2262 collected.p32[maskidx] in check_gnu_hash()
2264 collected.p32[maskidx] in check_gnu_hash()
2269 collected.p64[maskidx] in check_gnu_hash()
2271 collected.p64[maskidx] in check_gnu_hash()
DChangeLog1909 (check_gnu_hash): Make sure maskidx is smaller than bitmask_words.