Searched refs:num_relocations (Results 1 – 2 of 2) 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()779 unsigned int num_relocations = sechdrs[relsec].sh_size / sizeof(*rel); in apply_relocate_add() local784 hashtable_bits = initialize_relocation_hashtable(num_relocations, in apply_relocate_add()793 for (i = 0; i < num_relocations; i++) { in apply_relocate_add()863 if (j == num_relocations) in apply_relocate_add()
479 unsigned int num_relocations; in apply_relocate_add() local493 num_relocations = sechdrs[relsec].sh_size / sizeof(*rel); in apply_relocate_add()494 for (i = 0; i < num_relocations; i++) { in apply_relocate_add()553 j = (j + 1) % num_relocations; in apply_relocate_add()