Searched refs:num_relocations (Results 1 – 1 of 1) sorted by relevance
734 initialize_relocation_hashtable(unsigned int num_relocations, in initialize_relocation_hashtable() argument738 unsigned long hashtable_size = roundup_pow_of_two(num_relocations); in initialize_relocation_hashtable()749 int should_double_size = ((num_relocations + (num_relocations >> 2)) > (hashtable_size)); in initialize_relocation_hashtable()778 unsigned int num_relocations = sechdrs[relsec].sh_size / sizeof(*rel); in apply_relocate_add() local783 hashtable_bits = initialize_relocation_hashtable(num_relocations, in apply_relocate_add()792 for (i = 0; i < num_relocations; i++) { in apply_relocate_add()