Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Daix5ppc-core.c56 struct core_dumpxx core, *new_core_hdr; in xcoff64_core_p() local
115 new_core_hdr = bfd_zalloc (abfd, sizeof (struct core_dumpxx)); in xcoff64_core_p()
116 if (NULL == new_core_hdr) in xcoff64_core_p()
119 memcpy (new_core_hdr, &core, sizeof (struct core_dumpxx)); in xcoff64_core_p()
123 abfd->tdata.any = new_core_hdr; in xcoff64_core_p()
144 sec->contents = (bfd_byte *)&new_core_hdr->c_flt.r64; in xcoff64_core_p()