Searched refs:PTRACE_SETSIGMASK (Results 1 – 21 of 21) sorted by relevance
/external/strace/ |
D | ptrace.h | 169 #ifndef PTRACE_SETSIGMASK 170 # define PTRACE_SETSIGMASK 0x420b macro
|
D | process.c | 131 case PTRACE_SETSIGMASK: in SYS_FUNC() 210 case PTRACE_SETSIGMASK: in SYS_FUNC()
|
D | ChangeLog | 29580 and PTRACE_SETSIGMASK requests using print_sigset_addr_len. 29620 For PTRACE_GETSIGMASK and PTRACE_SETSIGMASK requests, addr argument 29626 PTRACE_GETSIGMASK, PTRACE_SETSIGMASK, and PTRACE_SECCOMP_GET_FILTER 41866 and PTRACE_SETSIGMASK.
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 66 #define PTRACE_SETSIGMASK 0x420b macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 116 #if defined(PTRACE_SETSIGMASK) || (defined(HAVE_DECL_PTRACE_SETSIGMASK) && HAVE_DECL_PTRACE_SETSIGM… 117 XLAT(PTRACE_SETSIGMASK),
|
D | ptrace_cmds.in | 34 PTRACE_SETSIGMASK
|
/external/strace/tests/ |
D | ptrace.c | 242 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 242 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
|
/external/strace/tests-mx32/ |
D | ptrace.c | 242 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1149 PTRACE_SETSIGMASK = 0x420b const
|
D | zerrors_linux_mipsle.go | 1420 PTRACE_SETSIGMASK = 0x420b const
|
D | zerrors_linux_s390x.go | 1422 PTRACE_SETSIGMASK = 0x420b const
|
D | zerrors_linux_arm.go | 1422 PTRACE_SETSIGMASK = 0x420b const
|
D | zerrors_linux_ppc64le.go | 1421 PTRACE_SETSIGMASK = 0x420b const
|
D | zerrors_linux_mips64.go | 1420 PTRACE_SETSIGMASK = 0x420b const
|
D | zerrors_linux_ppc64.go | 1421 PTRACE_SETSIGMASK = 0x420b const
|
D | zerrors_linux_amd64.go | 1418 PTRACE_SETSIGMASK = 0x420b const
|
D | zerrors_linux_mips64le.go | 1420 PTRACE_SETSIGMASK = 0x420b const
|
D | zerrors_linux_386.go | 1417 PTRACE_SETSIGMASK = 0x420b const
|
D | zerrors_linux_mips.go | 1420 PTRACE_SETSIGMASK = 0x420b const
|
D | zerrors_linux_arm64.go | 1412 PTRACE_SETSIGMASK = 0x420b const
|