Searched refs:core_hdr (Results 1 – 10 of 10) sorted by relevance
50 #define core_hdr(bfd) ((bfd)->tdata.lynx_core_data) macro51 #define core_signal(bfd) (core_hdr(bfd)->sig)52 #define core_command(bfd) (core_hdr(bfd)->cmd)118 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt); in lynx_core_file_p()120 if (!core_hdr (abfd)) in lynx_core_file_p()208 bfd_release (abfd, core_hdr (abfd)); in lynx_core_file_p()209 core_hdr (abfd) = NULL; in lynx_core_file_p()
99 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) macro100 #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)166 core_hdr (abfd) = (struct hpux_core_struct *) in hpux_core_core_file_p()168 if (!core_hdr (abfd)) in hpux_core_core_file_p()346 bfd_release (abfd, core_hdr (abfd)); in hpux_core_core_file_p()347 core_hdr (abfd) = NULL; in hpux_core_core_file_p()
47 #define core_hdr(bfd) ((bfd)->tdata.osf_core_data) macro48 #define core_signal(bfd) (core_hdr(bfd)->sig)49 #define core_command(bfd) (core_hdr(bfd)->cmd)90 core_hdr (abfd) = (struct osf_core_struct *) in osf_core_core_file_p()92 if (!core_hdr (abfd)) in osf_core_core_file_p()144 bfd_release (abfd, core_hdr (abfd)); in osf_core_core_file_p()145 core_hdr (abfd) = NULL; in osf_core_core_file_p()
41 #define core_hdr(bfd) ((bfd)->tdata.sgi_core_data) macro42 #define core_signal(bfd) (core_hdr(bfd)->sig)43 #define core_command(bfd) (core_hdr(bfd)->cmd)202 core_hdr (abfd) = (struct sgi_core_struct *) bfd_zalloc (abfd, amt); in irix_core_core_file_p()203 if (!core_hdr (abfd)) in irix_core_core_file_p()250 bfd_release (abfd, core_hdr (abfd)); in irix_core_core_file_p()251 core_hdr (abfd) = NULL; in irix_core_core_file_p()
65 #define core_hdr(bfd) ((bfd)->tdata.hppabsd_core_data) macro66 #define core_signal(bfd) (core_hdr(bfd)->sig)67 #define core_command(bfd) (core_hdr(bfd)->cmd)68 #define core_datasec(bfd) (core_hdr(bfd)->data_section)69 #define core_stacksec(bfd) (core_hdr(bfd)->stack_section)70 #define core_regsec(bfd) (core_hdr(bfd)->reg_section)
538 #define core_hdr(bfd) ((bfd)->tdata.sun_core_data) macro539 #define core_datasec(bfd) (core_hdr (bfd)->data_section)540 #define core_stacksec(bfd) (core_hdr (bfd)->stack_section)541 #define core_regsec(bfd) (core_hdr (bfd)->reg_section)542 #define core_reg2sec(bfd) (core_hdr (bfd)->reg2_section)683 return core_hdr (abfd)->hdr->c_cmdname; in sunos4_core_file_failing_command()689 return core_hdr (abfd)->hdr->c_signo; in sunos4_core_file_failing_signal()702 if ((core_hdr (core_bfd)->hdr)->c_len == SOLARIS_BCP_CORE_LEN) in sunos4_core_file_matches_executable_p()705 return memcmp ((char *) &((core_hdr (core_bfd)->hdr)->c_aouthdr), in sunos4_core_file_matches_executable_p()
50 #define core_hdr(bfd) \ macro116 core_hdr (abfd) = core; in aix386_core_file_p()198 return core_hdr (abfd)->cd_comm; in aix386_core_file_failing_command()204 return core_hdr (abfd)->cd_cursig; in aix386_core_file_failing_signal()
46 #define core_hdr(abfd) ((struct core_dumpxx *) abfd->tdata.any) macro309 struct core_dumpxx *c = core_hdr (abfd); in xcoff64_core_file_failing_command()321 struct core_dumpxx *c = core_hdr (abfd); in xcoff64_core_file_failing_signal()
72 #define core_hdr(bfd) ((CoreHdr *) bfd->tdata.any) macro734 CoreHdr *core = core_hdr (abfd); in rs6000coff_core_file_failing_command()747 CoreHdr *core = core_hdr (abfd); in rs6000coff_core_file_failing_signal()
1090 variable. Also, do not use core_hdr macro as it evaluates to a