Searched refs:core_signal (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/legacy/binutils/bfd/
H A Dlynx-core.c51 #define core_signal(bfd) (core_hdr(bfd)->sig) macro
150 core_signal (abfd) = threadp->currsig;
227 return core_signal (abfd);
H A Dosf-core.c56 #define core_signal(bfd) (core_hdr(bfd)->sig) macro
107 core_signal (abfd) = core_header.signo;
172 return core_signal (abfd);
H A Delf32-am33lin.c54 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
H A Dhppabsd-core.c76 #define core_signal(bfd) (core_hdr(bfd)->sig) macro
196 core_signal (abfd) = u.u_code;
217 return core_signal (abfd);
H A Dhpux-core.c100 #define core_signal(bfd) (core_hdr(bfd)->sig) macro
269 core_signal (abfd) = proc_info.sig;
361 return core_signal (abfd);
H A Dirix-core.c41 #define core_signal(bfd) (core_hdr(bfd)->sig) macro
206 core_signal (abfd) = coreout.c_sigcause;
264 return core_signal (abfd);
H A Delfcore.h30 return elf_tdata (abfd)->core_signal;
H A Delf.c7309 if (elf_tdata (abfd)->core_signal == 0)
7310 elf_tdata (abfd)->core_signal = prstat.pr_cursig;
7335 if (elf_tdata (abfd)->core_signal == 0)
7336 elf_tdata (abfd)->core_signal = prstat.pr_cursig;
7547 elf_tdata (abfd)->core_signal = lwpstat.pr_cursig;
7629 elf_tdata (abfd)->core_signal = pstatus.data.process_info.signal;
7782 elf_tdata (abfd)->core_signal
7884 elf_tdata (abfd)->core_signal = sig;
H A Delf32-mips.c1421 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
H A Delfn32-mips.c2204 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
H A Delf32-cris.c534 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
553 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
H A Delf64-hppa.c2561 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
2743 elf_tdata (abfd)->core_signal = sig;
H A Delf-bfd.h1264 int core_signal;
1262 int core_signal; member in struct:elf_obj_tdata
H A Delf64-mips.c2923 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
H A Delf32-i386.c388 elf_tdata (abfd)->core_signal = bfd_get_32 (abfd, note->descdata + 20);
406 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
H A Delf32-hppa.c1647 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
H A Delf32-s390.c3471 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
H A Delf64-x86-64.c277 elf_tdata (abfd)->core_signal
H A Delf32-frv.c6863 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
H A Delf32-ppc.c1769 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
/haiku-buildtools/binutils/bfd/
H A Dlynx-core.c51 #define core_signal(bfd) (core_hdr(bfd)->sig) macro
148 core_signal (abfd) = threadp->currsig;
223 return core_signal (abfd);
H A Dosf-core.c48 #define core_signal(bfd) (core_hdr(bfd)->sig) macro
96 core_signal (abfd) = core_header.signo;
159 return core_signal (abfd);
H A Dirix-core.c42 #define core_signal(bfd) (core_hdr(bfd)->sig) macro
207 core_signal (abfd) = coreout.c_sigcause;
265 return core_signal (abfd);
H A Dhpux-core.c100 #define core_signal(bfd) (core_hdr(bfd)->sig) macro
269 core_signal (abfd) = proc_info.sig;
361 return core_signal (abfd);
H A Dhppabsd-core.c66 #define core_signal(bfd) (core_hdr(bfd)->sig) macro
183 core_signal (abfd) = u.u_code;
202 return core_signal (abfd);

Completed in 349 milliseconds

12