Searched refs:core_hdr (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dlynx-core.c50 #define core_hdr(bfd) ((bfd)->tdata.lynx_core_data) macro
51 #define core_signal(bfd) (core_hdr(bfd)->sig)
52 #define core_command(bfd) (core_hdr(bfd)->cmd)
119 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
121 if (!core_hdr (abfd))
209 bfd_release (abfd, core_hdr (abfd));
210 core_hdr (abfd) = NULL;
H A 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;
H A Dhpux-core.c99 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) macro
100 #define core_signal(bfd) (core_hdr(bfd)->sig)
101 #define core_command(bfd) (core_hdr(bfd)->cmd)
102 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid)
103 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid)
165 core_hdr (abfd) = (struct hpux_core_struct *)
167 if (!core_hdr (abfd))
345 bfd_release (abfd, core_hdr (abfd));
346 core_hdr (abfd) = NULL;
H A Dirix-core.c40 #define core_hdr(bfd) ((bfd)->tdata.sgi_core_data) macro
41 #define core_signal(bfd) (core_hdr(bfd)->sig)
42 #define core_command(bfd) (core_hdr(bfd)->cmd)
200 core_hdr (abfd) = (struct sgi_core_struct *) bfd_zalloc (abfd, amt);
201 if (!core_hdr (abfd))
248 bfd_release (abfd, core_hdr (abfd));
249 core_hdr (abfd) = NULL;
H A Dhppabsd-core.c75 #define core_hdr(bfd) ((bfd)->tdata.hppabsd_core_data) macro
76 #define core_signal(bfd) (core_hdr(bfd)->sig)
77 #define core_command(bfd) (core_hdr(bfd)->cmd)
78 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
79 #define core_stacksec(bfd) (core_hdr(bfd)->stack_section)
80 #define core_regsec(bfd) (core_hdr(bfd)->reg_section)
H A Daix386-core.c51 #define core_hdr(bfd) \ macro
118 core_hdr (abfd) = core;
201 return core_hdr (abfd)->cd_comm;
208 return core_hdr (abfd)->cd_cursig;
H A Daoutf1.h540 #define core_hdr(bfd) ((bfd)->tdata.sun_core_data)
541 #define core_datasec(bfd) (core_hdr (bfd)->data_section)
542 #define core_stacksec(bfd) (core_hdr (bfd)->stack_section)
543 #define core_regsec(bfd) (core_hdr (bfd)->reg_section)
544 #define core_reg2sec(bfd) (core_hdr (bfd)->reg2_section)
685 return core_hdr (abfd)->hdr->c_cmdname;
691 return core_hdr (abfd)->hdr->c_signo;
704 if ((core_hdr (core_bfd)->hdr)->c_len == SOLARIS_BCP_CORE_LEN)
707 return memcmp ((char *) &((core_hdr (core_bfd)->hdr)->c_aouthdr),
539 #define core_hdr macro
H A Daix5ppc-core.c43 #define core_hdr(abfd) ((struct core_dumpxx *) abfd->tdata.any) macro
115 /* The core_hdr() macro is no longer used here because it would
299 struct core_dumpxx *c = core_hdr (abfd);
311 struct core_dumpxx *c = core_hdr (abfd);
H A Drs6000-core.c77 #define core_hdr(bfd) ((CoreHdr *) bfd->tdata.any) macro
719 CoreHdr *core = core_hdr (abfd);
732 CoreHdr *core = core_hdr (abfd);

Completed in 101 milliseconds