Home
last modified time | relevance | path

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

/trueos/contrib/binutils/bfd/
HDaoutf1.h563 struct mergem in sunos4_core_file_p() struct
568 } *mergem; in sunos4_core_file_p() local
591 amt = core_size + sizeof (struct mergem); in sunos4_core_file_p()
592 mergem = bfd_zalloc (abfd, amt); in sunos4_core_file_p()
593 if (mergem == NULL) in sunos4_core_file_p()
596 extcore = mergem->external_core; in sunos4_core_file_p()
601 bfd_release (abfd, (char *) mergem); in sunos4_core_file_p()
610 core = &mergem->internal_sunos_core; in sunos4_core_file_p()
627 abfd->tdata.sun_core_data = &mergem->suncoredata; in sunos4_core_file_p()