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

  /src/external/gpl3/binutils/dist/bfd/
aix5ppc-core.c 56 struct core_dumpxx core, *new_core_hdr; local
113 new_core_hdr = bfd_alloc (abfd, sizeof (*new_core_hdr) + 1);
114 if (NULL == new_core_hdr)
117 memcpy (new_core_hdr, &core, sizeof (*new_core_hdr));
121 ((char *) new_core_hdr)[sizeof (*new_core_hdr)] = 0;
123 abfd->tdata.any = new_core_hdr;
144 sec->contents = (bfd_byte *)&new_core_hdr->c_flt.r64
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
aix5ppc-core.c 56 struct core_dumpxx core, *new_core_hdr; local
113 new_core_hdr = bfd_alloc (abfd, sizeof (*new_core_hdr) + 1);
114 if (NULL == new_core_hdr)
117 memcpy (new_core_hdr, &core, sizeof (*new_core_hdr));
121 ((char *) new_core_hdr)[sizeof (*new_core_hdr)] = 0;
123 abfd->tdata.any = new_core_hdr;
144 sec->contents = (bfd_byte *)&new_core_hdr->c_flt.r64
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
aix5ppc-core.c 56 struct core_dumpxx core, *new_core_hdr; local
113 new_core_hdr = bfd_alloc (abfd, sizeof (*new_core_hdr) + 1);
114 if (NULL == new_core_hdr)
117 memcpy (new_core_hdr, &core, sizeof (*new_core_hdr));
121 ((char *) new_core_hdr)[sizeof (*new_core_hdr)] = 0;
123 abfd->tdata.any = new_core_hdr;
144 sec->contents = (bfd_byte *)&new_core_hdr->c_flt.r64
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
aix5ppc-core.c 56 struct core_dumpxx core, *new_core_hdr; local
114 new_core_hdr = bfd_zalloc (abfd, sizeof (struct core_dumpxx));
115 if (NULL == new_core_hdr)
118 memcpy (new_core_hdr, &core, sizeof (struct core_dumpxx));
122 abfd->tdata.any = new_core_hdr;
143 sec->contents = (bfd_byte *)&new_core_hdr->c_flt.r64;

Completed in 24 milliseconds