Searched refs:num_relocations (Results 1 – 1 of 1) sorted by relevance
744 initialize_relocation_hashtable(unsigned int num_relocations, in initialize_relocation_hashtable() argument748 unsigned long hashtable_size = roundup_pow_of_two(num_relocations); in initialize_relocation_hashtable()759 int should_double_size = ((num_relocations + (num_relocations >> 2)) > (hashtable_size)); in initialize_relocation_hashtable()788 unsigned int num_relocations = sechdrs[relsec].sh_size / sizeof(*rel); in apply_relocate_add() local793 hashtable_bits = initialize_relocation_hashtable(num_relocations, in apply_relocate_add()802 for (i = 0; i < num_relocations; i++) { in apply_relocate_add()