Lines Matching refs:changes
1538 instructions. If the register base is 0 then the linker changes
4546 shared libraries and symbol visibility changes render the
6154 changes. */
6902 unsigned changes = 0;
7308 changes++;
7403 if (changes != 0 || picfixup_size != 0 || workaround_change)
7421 if (!changes && !link_info->keep_memory)
7430 changes += picfixup_size;
7431 if (changes != 0)
7436 Elf_Internal_Rela *new_relocs = bfd_malloc ((changes + isec->reloc_count)
7444 for (ix = changes; ix--;)
7453 isec->reloc_count += changes;
7455 rel_hdr->sh_size += changes * rel_hdr->sh_entsize;
7461 *again = changes != 0 || workaround_change;