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

  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 15710 Elf_Internal_Rela *irela_head, *irela; local
15738 irela_head = (Elf_Internal_Rela *) bfd_zmalloc
15739 ((NUM_SHDR_ENTRIES (rel_hdr) + 1) * sizeof (*irela_head));
15742 irela = irela_head;
15845 irela = irela_head;
15854 free (irela_head);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 15837 Elf_Internal_Rela *irela_head, *irela; local
15865 irela_head = (Elf_Internal_Rela *) bfd_zmalloc
15866 ((NUM_SHDR_ENTRIES (rel_hdr) + 1) * sizeof (*irela_head));
15869 irela = irela_head;
15972 irela = irela_head;
15981 free (irela_head);
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 15831 Elf_Internal_Rela *irela_head, *irela; local
15859 irela_head = (Elf_Internal_Rela *) bfd_zmalloc
15860 ((NUM_SHDR_ENTRIES (rel_hdr) + 1) * sizeof (*irela_head));
15863 irela = irela_head;
15966 irela = irela_head;
15975 free (irela_head);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 15753 Elf_Internal_Rela *irela_head, *irela; local
15781 irela_head = (Elf_Internal_Rela *) bfd_zmalloc
15782 ((NUM_SHDR_ENTRIES (rel_hdr) + 1) * sizeof (*irela_head));
15785 irela = irela_head;
15888 irela = irela_head;
15897 free (irela_head);

Completed in 71 milliseconds