Searched refs:PTRACE_SETSIGMASK (Results 1 – 9 of 9) sorted by relevance
/external/strace/ |
D | ptrace.h | 168 #ifndef PTRACE_SETSIGMASK 169 # define PTRACE_SETSIGMASK 0x420b macro
|
D | process.c | 123 case PTRACE_SETSIGMASK: in SYS_FUNC() 201 case PTRACE_SETSIGMASK: in SYS_FUNC()
|
D | ChangeLog | 14936 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/ |
D | ptrace.h | 65 #define PTRACE_SETSIGMASK 0x420b macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 34 PTRACE_SETSIGMASK
|
D | ptrace_cmds.h | 110 #if defined(PTRACE_SETSIGMASK) || (defined(HAVE_DECL_PTRACE_SETSIGMASK) && HAVE_DECL_PTRACE_SETSIGM… 111 XLAT(PTRACE_SETSIGMASK),
|
/external/strace/tests-m32/ |
D | ptrace.c | 237 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
|
/external/strace/tests-mx32/ |
D | ptrace.c | 237 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
|
/external/strace/tests/ |
D | ptrace.c | 237 do_ptrace(PTRACE_SETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
|