Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Daix386-core.c76 struct mergem in aix386_core_file_p() struct
80 } *mergem; in aix386_core_file_p() local
97 amt = sizeof (struct mergem); in aix386_core_file_p()
98 mergem = (struct mergem *) bfd_zalloc (abfd, amt); in aix386_core_file_p()
99 if (mergem == NULL) in aix386_core_file_p()
102 core = &mergem->internal_core; in aix386_core_file_p()
109 bfd_release (abfd, (char *) mergem); in aix386_core_file_p()
115 set_tdata (abfd, &mergem->coredata); in aix386_core_file_p()
Daoutf1.h562 struct mergem in sunos4_core_file_p() struct
567 } *mergem; in sunos4_core_file_p() local
590 amt = core_size + sizeof (struct mergem); in sunos4_core_file_p()
591 mergem = bfd_zalloc (abfd, amt); in sunos4_core_file_p()
592 if (mergem == NULL) in sunos4_core_file_p()
595 extcore = mergem->external_core; in sunos4_core_file_p()
600 bfd_release (abfd, (char *) mergem); in sunos4_core_file_p()
609 core = &mergem->internal_sunos_core; in sunos4_core_file_p()
626 abfd->tdata.sun_core_data = &mergem->suncoredata; in sunos4_core_file_p()