Searched refs:hashtable_bits (Results 1 – 1 of 1) sorted by relevance
656 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() 740 * When hashtable_size == 1, hashtable_bits == 0. in initialize_relocation_hashtable() 743 unsigned int hashtable_bits = ilog2(hashtable_size); in initialize_relocation_hashtable() local 751 hashtable_bits += should_double_size; in initialize_relocation_hashtable() 764 return hashtable_bits; in initialize_relocation_hashtable() 781 unsigned int hashtable_bits; in apply_relocate_add() local 784 hashtable_bits = initialize_relocation_hashtable(num_relocations, in apply_relocate_add() 881 hashtable_bits, v, in apply_relocate_add()