Home
last modified time | relevance | path

Searched refs:PTRACE_SETSIGMASK (Results 1 – 9 of 9) sorted by relevance

/external/strace/
Dptrace.h169 #ifndef PTRACE_SETSIGMASK
170 # define PTRACE_SETSIGMASK 0x420b macro
Dprocess.c131 case PTRACE_SETSIGMASK: in SYS_FUNC()
210 case PTRACE_SETSIGMASK: in SYS_FUNC()
DChangeLog29580 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/
Dptrace.h66 #define PTRACE_SETSIGMASK 0x420b macro
/external/strace/xlat/
Dptrace_cmds.in34 PTRACE_SETSIGMASK
Dptrace_cmds.h116 #if defined(PTRACE_SETSIGMASK) || (defined(HAVE_DECL_PTRACE_SETSIGMASK) && HAVE_DECL_PTRACE_SETSIGM…
117 XLAT(PTRACE_SETSIGMASK),
/external/strace/tests-mx32/
Dptrace.c242 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
/external/strace/tests-m32/
Dptrace.c242 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
/external/strace/tests/
Dptrace.c242 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()