Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dmodule.c656 unsigned int hashtable_bits, Elf_Addr v, in add_relocation_to_accumulate() argument
675 hash = hash_min((uintptr_t)location, hashtable_bits); in add_relocation_to_accumulate()
743 unsigned int hashtable_bits = ilog2(hashtable_size); in initialize_relocation_hashtable() local
751 hashtable_bits += should_double_size; in initialize_relocation_hashtable()
763 return hashtable_bits; in initialize_relocation_hashtable()
780 unsigned int hashtable_bits; in apply_relocate_add() local
783 hashtable_bits = initialize_relocation_hashtable(num_relocations, in apply_relocate_add()
880 hashtable_bits, v, in apply_relocate_add()