Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h168 #ifndef PTRACE_SETSIGMASK
169 # define PTRACE_SETSIGMASK 0x420b macro
Dprocess.c123 case PTRACE_SETSIGMASK: in SYS_FUNC()
201 case PTRACE_SETSIGMASK: in SYS_FUNC()
DChangeLog14936 and PTRACE_SETSIGMASK requests using print_sigset_addr_len.
14976 For PTRACE_GETSIGMASK and PTRACE_SETSIGMASK requests, addr argument
14982 PTRACE_GETSIGMASK, PTRACE_SETSIGMASK, and PTRACE_SECCOMP_GET_FILTER
27222 and PTRACE_SETSIGMASK.
/external/kernel-headers/original/uapi/linux/
Dptrace.h65 #define PTRACE_SETSIGMASK 0x420b macro
/external/strace/xlat/
Dptrace_cmds.in34 PTRACE_SETSIGMASK
Dptrace_cmds.h110 #if defined(PTRACE_SETSIGMASK) || (defined(HAVE_DECL_PTRACE_SETSIGMASK) && HAVE_DECL_PTRACE_SETSIGM…
111 XLAT(PTRACE_SETSIGMASK),
/external/strace/tests-m32/
Dptrace.c237 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
/external/strace/tests-mx32/
Dptrace.c237 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
/external/strace/tests/
Dptrace.c237 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()