Searched refs:new_core_hdr (Results 1 – 2 of 2) sorted by relevance
56 struct core_dumpxx core, *new_core_hdr; in xcoff64_core_p() local114 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()