| /netbsd-src/bin/ksh/ |
| H A D | trap.c | 355 } else if (p->cursig == SIG_DFL) { in block_pipe() 393 p->cursig = SIG_IGN; 417 if (p->cursig != f) { 418 p->cursig = f;
|
| H A D | sh.h | 365 handler_t cursig; /* current handler (valid if TF_ORIG_* set) */ member
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elfxx-aarch64.c | 681 int cursig; in _bfd_aarch64_elf_write_core_note() local 688 cursig = va_arg (ap, int); in _bfd_aarch64_elf_write_core_note() 689 bfd_put_16 (abfd, cursig, data + 12); in _bfd_aarch64_elf_write_core_note()
|
| H A D | elf32-mips.c | 2426 int cursig; in elf32_mips_write_core_note() local 2433 cursig = va_arg (ap, int); in elf32_mips_write_core_note() 2434 bfd_put_16 (abfd, cursig, data + 12); in elf32_mips_write_core_note()
|
| H A D | elfn32-mips.c | 4025 int cursig; in elf32_mips_write_core_note() local 4032 cursig = va_arg (ap, int); in elf32_mips_write_core_note() 4033 bfd_put_16 (abfd, cursig, data + 12); in elf32_mips_write_core_note()
|
| H A D | elf64-mips.c | 4637 int cursig; in elf64_mips_write_core_note() local 4644 cursig = va_arg (ap, int); in elf64_mips_write_core_note() 4645 bfd_put_16 (abfd, cursig, data + 12); in elf64_mips_write_core_note()
|
| H A D | elf64-x86-64.c | 462 int cursig; in elf_x86_64_write_core_note() local 499 cursig = va_arg (ap, int); in elf_x86_64_write_core_note() 510 prstat.pr_cursig = cursig; in elf_x86_64_write_core_note() 520 prstat.pr_cursig = cursig; in elf_x86_64_write_core_note() 531 prstat.pr_cursig = cursig; in elf_x86_64_write_core_note()
|
| H A D | elf32-s390.c | 3846 int cursig; in elf_s390_write_core_note() local 3851 cursig = va_arg (ap, int); in elf_s390_write_core_note() 3855 bfd_put_16 (abfd, cursig, data + 12); in elf_s390_write_core_note()
|
| H A D | elf64-s390.c | 3728 int cursig; in elf_s390_write_core_note() local 3733 cursig = va_arg (ap, int); in elf_s390_write_core_note() 3737 bfd_put_16 (abfd, cursig, data + 12); in elf_s390_write_core_note()
|
| H A D | elfnn-riscv.c | 5337 int cursig; in riscv_write_core_note() local 5344 cursig = va_arg (ap, int); in riscv_write_core_note() 5345 bfd_put_16 (abfd, cursig, data + PRSTATUS_OFFSET_PR_CURSIG); in riscv_write_core_note()
|
| H A D | elf.c | 12540 int cursig, in elfcore_write_prstatus() argument 12550 pid, cursig, gregs); in elfcore_write_prstatus() 12563 prstat.pr_cursig = cursig; in elfcore_write_prstatus() 12575 prstat.pr_cursig = cursig; in elfcore_write_prstatus() 12592 int cursig, in elfcore_write_lwpstatus() argument 12600 lwpstat.pr_cursig = cursig; in elfcore_write_lwpstatus() 12623 int cursig ATTRIBUTE_UNUSED, in elfcore_write_pstatus()
|
| H A D | elf32-ppc.c | 1278 int cursig; in ppc_elf_write_core_note() local 1285 cursig = va_arg (ap, int); in ppc_elf_write_core_note() 1286 bfd_put_16 (abfd, cursig, data + 12); in ppc_elf_write_core_note()
|
| H A D | elf32-arm.c | 2244 int cursig; in elf32_arm_nabi_write_core_note() local 2251 cursig = va_arg (ap, int); in elf32_arm_nabi_write_core_note() 2252 bfd_put_16 (abfd, cursig, data + 12); in elf32_arm_nabi_write_core_note()
|
| H A D | elf64-ppc.c | 1953 int cursig; in ppc64_elf_write_core_note() local 1960 cursig = va_arg (ap, int); in ppc64_elf_write_core_note() 1961 bfd_put_16 (abfd, cursig, data + 12); in ppc64_elf_write_core_note()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elfxx-aarch64.c | 681 int cursig; in _bfd_aarch64_elf_write_core_note() local 688 cursig = va_arg (ap, int); in _bfd_aarch64_elf_write_core_note() 689 bfd_put_16 (abfd, cursig, data + 12); in _bfd_aarch64_elf_write_core_note()
|
| H A D | elf32-mips.c | 2414 int cursig; in elf32_mips_write_core_note() local 2421 cursig = va_arg (ap, int); in elf32_mips_write_core_note() 2422 bfd_put_16 (abfd, cursig, data + 12); in elf32_mips_write_core_note()
|
| H A D | elfn32-mips.c | 4012 int cursig; in elf32_mips_write_core_note() local 4019 cursig = va_arg (ap, int); in elf32_mips_write_core_note() 4020 bfd_put_16 (abfd, cursig, data + 12); in elf32_mips_write_core_note()
|
| H A D | elf64-mips.c | 4628 int cursig; in elf64_mips_write_core_note() local 4635 cursig = va_arg (ap, int); in elf64_mips_write_core_note() 4636 bfd_put_16 (abfd, cursig, data + 12); in elf64_mips_write_core_note()
|
| H A D | elf64-x86-64.c | 437 int cursig; in elf_x86_64_write_core_note() local 474 cursig = va_arg (ap, int); in elf_x86_64_write_core_note() 485 prstat.pr_cursig = cursig; in elf_x86_64_write_core_note() 495 prstat.pr_cursig = cursig; in elf_x86_64_write_core_note() 506 prstat.pr_cursig = cursig; in elf_x86_64_write_core_note()
|
| H A D | elf64-s390.c | 3710 int cursig; in elf_s390_write_core_note() local 3715 cursig = va_arg (ap, int); in elf_s390_write_core_note() 3719 bfd_put_16 (abfd, cursig, data + 12); in elf_s390_write_core_note()
|
| H A D | elf32-s390.c | 3846 int cursig; in elf_s390_write_core_note() local 3851 cursig = va_arg (ap, int); in elf_s390_write_core_note() 3855 bfd_put_16 (abfd, cursig, data + 12); in elf_s390_write_core_note()
|
| H A D | elfnn-riscv.c | 5024 int cursig; in riscv_write_core_note() local 5031 cursig = va_arg (ap, int); in riscv_write_core_note() 5032 bfd_put_16 (abfd, cursig, data + PRSTATUS_OFFSET_PR_CURSIG); in riscv_write_core_note()
|
| H A D | elf.c | 11801 int cursig, in elfcore_write_prstatus() argument 11811 pid, cursig, gregs); in elfcore_write_prstatus() 11824 prstat.pr_cursig = cursig; in elfcore_write_prstatus() 11836 prstat.pr_cursig = cursig; in elfcore_write_prstatus() 11853 int cursig, in elfcore_write_lwpstatus() argument 11861 lwpstat.pr_cursig = cursig; in elfcore_write_lwpstatus() 11884 int cursig ATTRIBUTE_UNUSED, in elfcore_write_pstatus()
|
| H A D | elf32-ppc.c | 1283 int cursig; in ppc_elf_write_core_note() local 1290 cursig = va_arg (ap, int); in ppc_elf_write_core_note() 1291 bfd_put_16 (abfd, cursig, data + 12); in ppc_elf_write_core_note()
|
| H A D | elf32-arm.c | 2244 int cursig; in elf32_arm_nabi_write_core_note() local 2251 cursig = va_arg (ap, int); in elf32_arm_nabi_write_core_note() 2252 bfd_put_16 (abfd, cursig, data + 12); in elf32_arm_nabi_write_core_note()
|