Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/bfd/
Dosf-core.c55 #define core_hdr(bfd) ((bfd)->tdata.osf_core_data) macro
56 #define core_signal(bfd) (core_hdr(bfd)->sig)
57 #define core_command(bfd) (core_hdr(bfd)->cmd)
100 core_hdr (abfd) = (struct osf_core_struct *)
102 if (!core_hdr (abfd))
154 bfd_release (abfd, core_hdr (abfd));
155 core_hdr (abfd) = NULL;
Daoutf1.h539 #define core_hdr(bfd) ((bfd)->tdata.sun_core_data) macro
540 #define core_datasec(bfd) (core_hdr (bfd)->data_section)
541 #define core_stacksec(bfd) (core_hdr (bfd)->stack_section)
542 #define core_regsec(bfd) (core_hdr (bfd)->reg_section)
543 #define core_reg2sec(bfd) (core_hdr (bfd)->reg2_section)
684 return core_hdr (abfd)->hdr->c_cmdname; in sunos4_core_file_failing_command()
690 return core_hdr (abfd)->hdr->c_signo; in sunos4_core_file_failing_signal()
703 if ((core_hdr (core_bfd)->hdr)->c_len == SOLARIS_BCP_CORE_LEN) in sunos4_core_file_matches_executable_p()
706 return memcmp ((char *) &((core_hdr (core_bfd)->hdr)->c_aouthdr), in sunos4_core_file_matches_executable_p()
Drs6000-core.c72 #define core_hdr(bfd) ((CoreHdr *) bfd->tdata.any) macro
714 CoreHdr *core = core_hdr (abfd); in rs6000coff_core_file_failing_command()
727 CoreHdr *core = core_hdr (abfd); in rs6000coff_core_file_failing_signal()