Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/sys/module/
Dcommon.c512 unsigned int hashbit2 = (h >> gnu_shift) & (MODULE_ELF_CLASS_SIZE - 1); in module_find_symbol_gnu() local
514 if ((bitmask_word >> hashbit1) & (bitmask_word >> hashbit2) & 1) { in module_find_symbol_gnu()