Searched refs:new_core_hdr (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Daix5ppc-core.c56 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;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Daix5ppc-core.c56 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;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Daix5ppc-core.c56 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;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Daix5ppc-core.c56 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 161 milliseconds