Home
last modified time | relevance | path

Searched refs:PTRACE_GETSIGMASK (Results 1 – 21 of 21) sorted by relevance

/external/strace/
Dptrace.h166 #ifndef PTRACE_GETSIGMASK
167 # define PTRACE_GETSIGMASK 0x420a macro
Dprocess.c130 case PTRACE_GETSIGMASK: in SYS_FUNC()
239 case PTRACE_GETSIGMASK: in SYS_FUNC()
271 case PTRACE_GETSIGMASK: in SYS_FUNC()
DChangeLog29579 * process.c (SYS_FUNC(ptrace)): Print arguments of PTRACE_GETSIGMASK
29619 ptrace: fix printing addr argument of PTRACE_GETSIGMASK et al requests.
29620 For PTRACE_GETSIGMASK and PTRACE_SETSIGMASK requests, addr argument
29626 PTRACE_GETSIGMASK, PTRACE_SETSIGMASK, and PTRACE_SECCOMP_GET_FILTER
41865 * xlat/ptrace_cmds.in: Add PTRACE_PEEKSIGINFO, PTRACE_GETSIGMASK,
/external/kernel-headers/original/uapi/linux/
Dptrace.h65 #define PTRACE_GETSIGMASK 0x420a macro
/external/strace/xlat/
Dptrace_cmds.h113 #if defined(PTRACE_GETSIGMASK) || (defined(HAVE_DECL_PTRACE_GETSIGMASK) && HAVE_DECL_PTRACE_GETSIGM…
114 XLAT(PTRACE_GETSIGMASK),
Dptrace_cmds.in33 PTRACE_GETSIGMASK
/external/strace/tests/
Dptrace.c246 do_ptrace(PTRACE_GETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
/external/strace/tests-m32/
Dptrace.c246 do_ptrace(PTRACE_GETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
/external/strace/tests-mx32/
Dptrace.c246 do_ptrace(PTRACE_GETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1114 PTRACE_GETSIGMASK = 0x420a const
Dzerrors_linux_mipsle.go1381 PTRACE_GETSIGMASK = 0x420a const
Dzerrors_linux_s390x.go1381 PTRACE_GETSIGMASK = 0x420a const
Dzerrors_linux_arm.go1385 PTRACE_GETSIGMASK = 0x420a const
Dzerrors_linux_ppc64le.go1385 PTRACE_GETSIGMASK = 0x420a const
Dzerrors_linux_mips64.go1381 PTRACE_GETSIGMASK = 0x420a const
Dzerrors_linux_ppc64.go1385 PTRACE_GETSIGMASK = 0x420a const
Dzerrors_linux_amd64.go1384 PTRACE_GETSIGMASK = 0x420a const
Dzerrors_linux_mips64le.go1381 PTRACE_GETSIGMASK = 0x420a const
Dzerrors_linux_386.go1383 PTRACE_GETSIGMASK = 0x420a const
Dzerrors_linux_mips.go1381 PTRACE_GETSIGMASK = 0x420a const
Dzerrors_linux_arm64.go1382 PTRACE_GETSIGMASK = 0x420a const