Home
last modified time | relevance | path

Searched refs:new_relocs (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xtensa.c9669 Elf_Internal_Rela *new_relocs = NULL; in move_literal() local
9732 new_relocs = (Elf_Internal_Rela *) in move_literal()
9734 if (!new_relocs) in move_literal()
9739 memcpy (new_relocs, *internal_relocs_p, in move_literal()
9742 new_relocs[insert_at] = this_rela; in move_literal()
9745 memcpy (new_relocs + insert_at + 1, in move_literal()
9760 relax_info->allocated_relocs = new_relocs; in move_literal()
9762 elf_section_data (sec)->relocs = new_relocs; in move_literal()
9765 *internal_relocs_p = new_relocs; in move_literal()
Delf32-ppc.c7222 Elf_Internal_Rela *new_relocs = bfd_malloc ((changes + isec->reloc_count) in ppc_elf_relax_section() local
7223 * sizeof (*new_relocs)); in ppc_elf_relax_section()
7226 if (!new_relocs) in ppc_elf_relax_section()
7228 memcpy (new_relocs, internal_relocs, in ppc_elf_relax_section()
7229 isec->reloc_count * sizeof (*new_relocs)); in ppc_elf_relax_section()
7232 irel = new_relocs + ix + isec->reloc_count; in ppc_elf_relax_section()
7238 elf_section_data (isec)->relocs = new_relocs; in ppc_elf_relax_section()