HomeSort by: relevance | last modified time | path
    Searched defs:core_hdr (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/tests/lib/libc/sys/
t_ptrace_core_wait.h 67 GElf_Phdr core_hdr; local
69 SYSCALL_REQUIRE(gelf_getphdr(core_elf, i, &core_hdr));
70 if (core_hdr.p_type != PT_NOTE)
73 for (offset = core_hdr.p_offset;
74 offset < core_hdr.p_offset + core_hdr.p_filesz;) {
118 offset = roundup(offset, core_hdr.p_align);
131 offset = roundup(offset, core_hdr.p_align);
  /src/external/gpl3/binutils/dist/bfd/
aix5ppc-core.c 46 #define core_hdr(abfd) ((struct core_dumpxx *) abfd->tdata.any) macro
330 struct core_dumpxx *c = core_hdr (abfd);
342 struct core_dumpxx *c = core_hdr (abfd);
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))
198 bfd_release (abfd, core_hdr (abfd));
199 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))
145 bfd_release (abfd, core_hdr (abfd));
146 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)
hpux-core.c 87 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) macro
88 #define core_signal(bfd) (core_hdr(bfd)->sig)
89 #define core_command(bfd) (core_hdr(bfd)->cmd)
90 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid)
91 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid)
154 core_hdr (abfd) = (struct hpux_core_struct *)
156 if (!core_hdr (abfd))
334 bfd_release (abfd, core_hdr (abfd));
335 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))
251 bfd_release (abfd, core_hdr (abfd));
252 core_hdr (abfd) = NULL;
  /src/external/gpl3/binutils.old/dist/bfd/
aix5ppc-core.c 46 #define core_hdr(abfd) ((struct core_dumpxx *) abfd->tdata.any) macro
330 struct core_dumpxx *c = core_hdr (abfd);
342 struct core_dumpxx *c = core_hdr (abfd);
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))
198 bfd_release (abfd, core_hdr (abfd));
199 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))
145 bfd_release (abfd, core_hdr (abfd));
146 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)
hpux-core.c 87 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) macro
88 #define core_signal(bfd) (core_hdr(bfd)->sig)
89 #define core_command(bfd) (core_hdr(bfd)->cmd)
90 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid)
91 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid)
154 core_hdr (abfd) = (struct hpux_core_struct *)
156 if (!core_hdr (abfd))
334 bfd_release (abfd, core_hdr (abfd));
335 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))
251 bfd_release (abfd, core_hdr (abfd));
252 core_hdr (abfd) = NULL;
  /src/external/gpl3/gdb/dist/bfd/
aix5ppc-core.c 46 #define core_hdr(abfd) ((struct core_dumpxx *) abfd->tdata.any) macro
330 struct core_dumpxx *c = core_hdr (abfd);
342 struct core_dumpxx *c = core_hdr (abfd);
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))
198 bfd_release (abfd, core_hdr (abfd));
199 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))
145 bfd_release (abfd, core_hdr (abfd));
146 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)
hpux-core.c 87 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) macro
88 #define core_signal(bfd) (core_hdr(bfd)->sig)
89 #define core_command(bfd) (core_hdr(bfd)->cmd)
90 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid)
91 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid)
154 core_hdr (abfd) = (struct hpux_core_struct *)
156 if (!core_hdr (abfd))
334 bfd_release (abfd, core_hdr (abfd));
335 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))
251 bfd_release (abfd, core_hdr (abfd));
252 core_hdr (abfd) = NULL;
  /src/external/gpl3/gdb.old/dist/bfd/
aix5ppc-core.c 46 #define core_hdr(abfd) ((struct core_dumpxx *) abfd->tdata.any) macro
119 /* The core_hdr() macro is no longer used here because it would
329 struct core_dumpxx *c = core_hdr (abfd);
341 struct core_dumpxx *c = core_hdr (abfd);
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))
197 bfd_release (abfd, core_hdr (abfd));
198 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;
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)
hpux-core.c 87 #define core_hdr(bfd) ((bfd)->tdata.hpux_core_data) macro
88 #define core_signal(bfd) (core_hdr(bfd)->sig)
89 #define core_command(bfd) (core_hdr(bfd)->cmd)
90 #define core_kernel_thread_id(bfd) (core_hdr(bfd)->lwpid)
91 #define core_user_thread_id(bfd) (core_hdr(bfd)->user_tid)
154 core_hdr (abfd) = (struct hpux_core_struct *)
156 if (!core_hdr (abfd))
333 bfd_release (abfd, core_hdr (abfd));
334 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;

Completed in 39 milliseconds

1 2