HomeSort by: relevance | last modified time | path
    Searched defs:new_relocs (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 6645 Elf_Internal_Rela *new_relocs = bfd_malloc ((changes + isec->reloc_count)
6646 * sizeof (*new_relocs));
6649 if (!new_relocs)
6651 memcpy (new_relocs, internal_relocs,
6652 isec->reloc_count * sizeof (*new_relocs));
6655 irel = new_relocs + ix + isec->reloc_count;
6661 elf_section_data (isec)->relocs = new_relocs;
6631 Elf_Internal_Rela *new_relocs = bfd_malloc ((changes + isec->reloc_count) local
elf32-xtensa.c 10354 Elf_Internal_Rela *new_relocs = NULL;
10417 new_relocs = (Elf_Internal_Rela *)
10419 if (!new_relocs)
10424 memcpy (new_relocs, *internal_relocs_p,
10427 new_relocs[insert_at] = this_rela;
10430 memcpy (new_relocs + insert_at + 1,
10445 relax_info->allocated_relocs = new_relocs;
10447 elf_section_data (sec)->relocs = new_relocs;
10450 *internal_relocs_p = new_relocs;
10329 Elf_Internal_Rela *new_relocs = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 6647 Elf_Internal_Rela *new_relocs = bfd_malloc ((changes + isec->reloc_count)
6648 * sizeof (*new_relocs));
6651 if (!new_relocs)
6653 memcpy (new_relocs, internal_relocs,
6654 isec->reloc_count * sizeof (*new_relocs));
6657 irel = new_relocs + ix + isec->reloc_count;
6663 elf_section_data (isec)->relocs = new_relocs;
6633 Elf_Internal_Rela *new_relocs = bfd_malloc ((changes + isec->reloc_count) local
elf32-xtensa.c 10360 Elf_Internal_Rela *new_relocs = NULL;
10423 new_relocs = (Elf_Internal_Rela *)
10425 if (!new_relocs)
10430 memcpy (new_relocs, *internal_relocs_p,
10433 new_relocs[insert_at] = this_rela;
10436 memcpy (new_relocs + insert_at + 1,
10451 relax_info->allocated_relocs = new_relocs;
10453 elf_section_data (sec)->relocs = new_relocs;
10456 *internal_relocs_p = new_relocs;
10335 Elf_Internal_Rela *new_relocs = NULL; local
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 10356 Elf_Internal_Rela *new_relocs = NULL;
10419 new_relocs = (Elf_Internal_Rela *)
10421 if (!new_relocs)
10426 memcpy (new_relocs, *internal_relocs_p,
10429 new_relocs[insert_at] = this_rela;
10432 memcpy (new_relocs + insert_at + 1,
10447 relax_info->allocated_relocs = new_relocs;
10449 elf_section_data (sec)->relocs = new_relocs;
10452 *internal_relocs_p = new_relocs;
10331 Elf_Internal_Rela *new_relocs = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 10356 Elf_Internal_Rela *new_relocs = NULL;
10419 new_relocs = (Elf_Internal_Rela *)
10421 if (!new_relocs)
10426 memcpy (new_relocs, *internal_relocs_p,
10429 new_relocs[insert_at] = this_rela;
10432 memcpy (new_relocs + insert_at + 1,
10447 relax_info->allocated_relocs = new_relocs;
10449 elf_section_data (sec)->relocs = new_relocs;
10452 *internal_relocs_p = new_relocs;
10331 Elf_Internal_Rela *new_relocs = NULL; local

Completed in 309 milliseconds