Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/sys/module/
Dcommon.c511 unsigned int hashbit1 = h & (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()