HomeSort by relevance Sort by last modified time
    Searched refs:core_hdr (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
lynx-core.c 50 #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)
118 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
120 if (!core_hdr (abfd))
208 bfd_release (abfd, core_hdr (abfd));
209 core_hdr (abfd) = NULL;
osf-core.c 47 #define core_hdr(bfd) ((bfd)->tdata.osf_core_data) macro
48 #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 *)
92 if (!core_hdr (abfd))
144 bfd_release (abfd, core_hdr (abfd));
145 core_hdr (abfd) = NULL;
hpux-core.c 99 #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)
166 core_hdr (abfd) = (struct hpux_core_struct *)
168 if (!core_hdr (abfd))
346 bfd_release (abfd, core_hdr (abfd));
347 core_hdr (abfd) = NULL;
irix-core.c 41 #define core_hdr(bfd) ((bfd)->tdata.sgi_core_data) macro
42 #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);
203 if (!core_hdr (abfd))
250 bfd_release (abfd, core_hdr (abfd));
251 core_hdr (abfd) = NULL;
hppabsd-core.c 65 #define core_hdr(bfd) ((bfd)->tdata.hppabsd_core_data) macro
66 #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)
aix386-core.c 50 #define core_hdr(bfd) \ macro
116 core_hdr (abfd) = core;
198 return core_hdr (abfd)->cd_comm;
204 return core_hdr (abfd)->cd_cursig;
aoutf1.h 539 #define core_hdr(bfd) ((bfd)->tdata.sun_core_data)
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;
690 return core_hdr (abfd)->hdr->c_signo;
703 if ((core_hdr (core_bfd)->hdr)->c_len == SOLARIS_BCP_CORE_LEN)
706 return memcmp ((char *) &((core_hdr (core_bfd)->hdr)->c_aouthdr),
538 #define core_hdr macro
aix5ppc-core.c 46 #define core_hdr(abfd) ((struct core_dumpxx *) abfd->tdata.any) macro
120 /* The core_hdr() macro is no longer used here because it would
309 struct core_dumpxx *c = core_hdr (abfd);
321 struct core_dumpxx *c = core_hdr (abfd);
rs6000-core.c 72 #define core_hdr(bfd) ((CoreHdr *) bfd->tdata.any) macro
734 CoreHdr *core = core_hdr (abfd);
747 CoreHdr *core = core_hdr (abfd);

Completed in 88 milliseconds