Searched refs:hashbit2 (Results 1 – 1 of 1) sorted by relevance
512 unsigned int hashbit2 = (h >> gnu_shift) & (MODULE_ELF_CLASS_SIZE - 1); in module_find_symbol_gnu() local514 if ((bitmask_word >> hashbit1) & (bitmask_word >> hashbit2) & 1) { in module_find_symbol_gnu()