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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dlynx-core.c51 #define core_hdr(bfd) ((bfd)->tdata.lynx_core_data) macro
52 #define core_signal(bfd) (core_hdr(bfd)->sig)
53 #define core_command(bfd) (core_hdr(bfd)->cmd)
120 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
122 if (!core_hdr (abfd))
210 bfd_release (abfd, core_hdr (abfd));
211 core_hdr (abfd) = NULL;
H A Dosf-core.c57 #define core_hdr(bfd) ((bfd)->tdata.osf_core_data) macro
58 #define core_signal(bfd) (core_hdr(bfd)->sig)
59 #define core_command(bfd) (core_hdr(bfd)->cmd)
102 core_hdr (abfd) = (struct osf_core_struct *)
104 if (!core_hdr (abfd))
156 bfd_release (abfd, core_hdr (abfd));
157 core_hdr (abfd) = NULL;
H A Dhpux-core.c101 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) macro
102 #define core_signal(bfd) (core_hdr(bfd)->sig)
103 #define core_command(bfd) (core_hdr(bfd)->cmd)
104 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid)
105 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid)
167 core_hdr (abfd) = (struct hpux_core_struct *)
169 if (!core_hdr (abfd))
347 bfd_release (abfd, core_hdr (abfd));
348 core_hdr (abfd) = NULL;
H A Dirix-core.c42 #define core_hdr(bfd) ((bfd)->tdata.sgi_core_data) macro
43 #define core_signal(bfd) (core_hdr(bfd)->sig)
44 #define core_command(bfd) (core_hdr(bfd)->cmd)
202 core_hdr (abfd) = (struct sgi_core_struct *) bfd_zalloc (abfd, amt);
203 if (!core_hdr (abfd))
250 bfd_release (abfd, core_hdr (abfd));
251 core_hdr (abfd) = NULL;
H A Dhppabsd-core.c76 #define core_hdr(bfd) ((bfd)->tdata.hppabsd_core_data) macro
77 #define core_signal(bfd) (core_hdr(bfd)->sig)
78 #define core_command(bfd) (core_hdr(bfd)->cmd)
79 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
80 #define core_stacksec(bfd) (core_hdr(bfd)->stack_section)
81 #define core_regsec(bfd) (core_hdr(bfd)->reg_section)
H A Daix386-core.c52 #define core_hdr(bfd) \ macro
119 core_hdr (abfd) = core;
202 return core_hdr (abfd)->cd_comm;
209 return core_hdr (abfd)->cd_cursig;
H A Daoutf1.h541 #define core_hdr(bfd) ((bfd)->tdata.sun_core_data)
542 #define core_datasec(bfd) (core_hdr (bfd)->data_section)
543 #define core_stacksec(bfd) (core_hdr (bfd)->stack_section)
544 #define core_regsec(bfd) (core_hdr (bfd)->reg_section)
545 #define core_reg2sec(bfd) (core_hdr (bfd)->reg2_section)
686 return core_hdr (abfd)->hdr->c_cmdname;
692 return core_hdr (abfd)->hdr->c_signo;
705 if ((core_hdr (core_bfd)->hdr)->c_len == SOLARIS_BCP_CORE_LEN)
708 return memcmp ((char *) &((core_hdr (core_bfd)->hdr)->c_aouthdr),
540 #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.c74 #define core_hdr(bfd) ((CoreHdr *) bfd->tdata.any) macro
716 CoreHdr *core = core_hdr (abfd);
729 CoreHdr *core = core_hdr (abfd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dlynx-core.c51 #define core_hdr(bfd) ((bfd)->tdata.lynx_core_data) macro
52 #define core_signal(bfd) (core_hdr(bfd)->sig)
53 #define core_command(bfd) (core_hdr(bfd)->cmd)
120 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
122 if (!core_hdr (abfd))
210 bfd_release (abfd, core_hdr (abfd));
211 core_hdr (abfd) = NULL;
H A Dosf-core.c57 #define core_hdr(bfd) ((bfd)->tdata.osf_core_data) macro
58 #define core_signal(bfd) (core_hdr(bfd)->sig)
59 #define core_command(bfd) (core_hdr(bfd)->cmd)
102 core_hdr (abfd) = (struct osf_core_struct *)
104 if (!core_hdr (abfd))
156 bfd_release (abfd, core_hdr (abfd));
157 core_hdr (abfd) = NULL;
H A Dhpux-core.c101 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) macro
102 #define core_signal(bfd) (core_hdr(bfd)->sig)
103 #define core_command(bfd) (core_hdr(bfd)->cmd)
104 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid)
105 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid)
167 core_hdr (abfd) = (struct hpux_core_struct *)
169 if (!core_hdr (abfd))
347 bfd_release (abfd, core_hdr (abfd));
348 core_hdr (abfd) = NULL;
H A Dirix-core.c42 #define core_hdr(bfd) ((bfd)->tdata.sgi_core_data) macro
43 #define core_signal(bfd) (core_hdr(bfd)->sig)
44 #define core_command(bfd) (core_hdr(bfd)->cmd)
202 core_hdr (abfd) = (struct sgi_core_struct *) bfd_zalloc (abfd, amt);
203 if (!core_hdr (abfd))
250 bfd_release (abfd, core_hdr (abfd));
251 core_hdr (abfd) = NULL;
H A Dhppabsd-core.c76 #define core_hdr(bfd) ((bfd)->tdata.hppabsd_core_data) macro
77 #define core_signal(bfd) (core_hdr(bfd)->sig)
78 #define core_command(bfd) (core_hdr(bfd)->cmd)
79 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
80 #define core_stacksec(bfd) (core_hdr(bfd)->stack_section)
81 #define core_regsec(bfd) (core_hdr(bfd)->reg_section)
H A Daix386-core.c52 #define core_hdr(bfd) \ macro
119 core_hdr (abfd) = core;
202 return core_hdr (abfd)->cd_comm;
209 return core_hdr (abfd)->cd_cursig;
H A Daoutf1.h541 #define core_hdr(bfd) ((bfd)->tdata.sun_core_data)
542 #define core_datasec(bfd) (core_hdr (bfd)->data_section)
543 #define core_stacksec(bfd) (core_hdr (bfd)->stack_section)
544 #define core_regsec(bfd) (core_hdr (bfd)->reg_section)
545 #define core_reg2sec(bfd) (core_hdr (bfd)->reg2_section)
686 return core_hdr (abfd)->hdr->c_cmdname;
692 return core_hdr (abfd)->hdr->c_signo;
705 if ((core_hdr (core_bfd)->hdr)->c_len == SOLARIS_BCP_CORE_LEN)
708 return memcmp ((char *) &((core_hdr (core_bfd)->hdr)->c_aouthdr),
540 #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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dlynx-core.c51 #define core_hdr(bfd) ((bfd)->tdata.lynx_core_data) macro
52 #define core_signal(bfd) (core_hdr(bfd)->sig)
53 #define core_command(bfd) (core_hdr(bfd)->cmd)
120 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
122 if (!core_hdr (abfd))
210 bfd_release (abfd, core_hdr (abfd));
211 core_hdr (abfd) = NULL;
H A Dosf-core.c57 #define core_hdr(bfd) ((bfd)->tdata.osf_core_data) macro
58 #define core_signal(bfd) (core_hdr(bfd)->sig)
59 #define core_command(bfd) (core_hdr(bfd)->cmd)
102 core_hdr (abfd) = (struct osf_core_struct *)
104 if (!core_hdr (abfd))
156 bfd_release (abfd, core_hdr (abfd));
157 core_hdr (abfd) = NULL;
H A Dhpux-core.c101 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) macro
102 #define core_signal(bfd) (core_hdr(bfd)->sig)
103 #define core_command(bfd) (core_hdr(bfd)->cmd)
104 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid)
105 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid)
167 core_hdr (abfd) = (struct hpux_core_struct *)
169 if (!core_hdr (abfd))
347 bfd_release (abfd, core_hdr (abfd));
348 core_hdr (abfd) = NULL;
H A Dirix-core.c42 #define core_hdr(bfd) ((bfd)->tdata.sgi_core_data) macro
43 #define core_signal(bfd) (core_hdr(bfd)->sig)
44 #define core_command(bfd) (core_hdr(bfd)->cmd)
202 core_hdr (abfd) = (struct sgi_core_struct *) bfd_zalloc (abfd, amt);
203 if (!core_hdr (abfd))
250 bfd_release (abfd, core_hdr (abfd));
251 core_hdr (abfd) = NULL;
H A Dhppabsd-core.c76 #define core_hdr(bfd) ((bfd)->tdata.hppabsd_core_data) macro
77 #define core_signal(bfd) (core_hdr(bfd)->sig)
78 #define core_command(bfd) (core_hdr(bfd)->cmd)
79 #define core_datasec(bfd) (core_hdr(bfd)->data_section)
80 #define core_stacksec(bfd) (core_hdr(bfd)->stack_section)
81 #define core_regsec(bfd) (core_hdr(bfd)->reg_section)
H A Daix386-core.c52 #define core_hdr(bfd) \ macro
119 core_hdr (abfd) = core;
202 return core_hdr (abfd)->cd_comm;
209 return core_hdr (abfd)->cd_cursig;
H A Daoutf1.h541 #define core_hdr(bfd) ((bfd)->tdata.sun_core_data)
542 #define core_datasec(bfd) (core_hdr (bfd)->data_section)
543 #define core_stacksec(bfd) (core_hdr (bfd)->stack_section)
544 #define core_regsec(bfd) (core_hdr (bfd)->reg_section)
545 #define core_reg2sec(bfd) (core_hdr (bfd)->reg2_section)
686 return core_hdr (abfd)->hdr->c_cmdname;
692 return core_hdr (abfd)->hdr->c_signo;
705 if ((core_hdr (core_bfd)->hdr)->c_len == SOLARIS_BCP_CORE_LEN)
708 return memcmp ((char *) &((core_hdr (core_bfd)->hdr)->c_aouthdr),
540 #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);

Completed in 108 milliseconds

12