Searched refs:new_relocs (Results 1 – 1 of 1) sorted by relevance
7422 Elf_Internal_Rela *new_relocs = bfd_malloc ((changes + isec->reloc_count) in ppc_elf_relax_section() local7423 * sizeof (*new_relocs)); in ppc_elf_relax_section()7426 if (!new_relocs) in ppc_elf_relax_section()7428 memcpy (new_relocs, internal_relocs, in ppc_elf_relax_section()7429 isec->reloc_count * sizeof (*new_relocs)); in ppc_elf_relax_section()7432 irel = new_relocs + ix + isec->reloc_count; in ppc_elf_relax_section()7438 elf_section_data (isec)->relocs = new_relocs; in ppc_elf_relax_section()