Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Daix5ppc-core.c56 struct core_dumpxx core, *new_core_hdr; in xcoff64_core_p() local
114 new_core_hdr = bfd_zalloc (abfd, sizeof (struct core_dumpxx)); in xcoff64_core_p()
115 if (NULL == new_core_hdr) in xcoff64_core_p()
118 memcpy (new_core_hdr, &core, sizeof (struct core_dumpxx)); in xcoff64_core_p()
122 abfd->tdata.any = new_core_hdr; in xcoff64_core_p()
143 sec->contents = (bfd_byte *)&new_core_hdr->c_flt.r64; in xcoff64_core_p()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Daix5ppc-core.c56 struct core_dumpxx core, *new_core_hdr; in xcoff64_core_p() local
114 new_core_hdr = bfd_zalloc (abfd, sizeof (struct core_dumpxx)); in xcoff64_core_p()
115 if (NULL == new_core_hdr) in xcoff64_core_p()
118 memcpy (new_core_hdr, &core, sizeof (struct core_dumpxx)); in xcoff64_core_p()
122 abfd->tdata.any = new_core_hdr; in xcoff64_core_p()
143 sec->contents = (bfd_byte *)&new_core_hdr->c_flt.r64; in xcoff64_core_p()