/external/linux-kselftest/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 73 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_rw); in check_error_paths() 83 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, in check_error_paths() 91 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_ro); in check_error_paths() 122 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, siginfo); in check_direct_path()
|
/external/strace/ |
D | ptrace.h | 163 #ifndef PTRACE_PEEKSIGINFO 164 # define PTRACE_PEEKSIGINFO 0x4209 macro
|
D | process.c | 136 case PTRACE_PEEKSIGINFO: { in SYS_FUNC() 240 case PTRACE_PEEKSIGINFO: in SYS_FUNC() 274 case PTRACE_PEEKSIGINFO: in SYS_FUNC()
|
D | ChangeLog | 29559 ptrace: decode data argument of PTRACE_PEEKSIGINFO request. 29560 The data argument of PTRACE_PEEKSIGINFO request is a pointer 29566 PTRACE_PEEKSIGINFO request using print_siginfo_array. 29608 ptrace: decode addr argument of PTRACE_PEEKSIGINFO request. 29609 The addr argument of PTRACE_PEEKSIGINFO request is a pointer to 29613 (SYS_FUNC(ptrace)): Print addr argument of PTRACE_PEEKSIGINFO request 41865 * xlat/ptrace_cmds.in: Add PTRACE_PEEKSIGINFO, PTRACE_GETSIGMASK,
|
/external/strace/tests-m32/ |
D | ptrace.c | 59 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo() 73 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo() 139 long rc = do_ptrace(PTRACE_PEEKSIGINFO, pid, in test_peeksiginfo()
|
/external/strace/tests-mx32/ |
D | ptrace.c | 59 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo() 73 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo() 139 long rc = do_ptrace(PTRACE_PEEKSIGINFO, pid, in test_peeksiginfo()
|
/external/strace/tests/ |
D | ptrace.c | 59 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo() 73 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo() 139 long rc = do_ptrace(PTRACE_PEEKSIGINFO, pid, in test_peeksiginfo()
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 57 #define PTRACE_PEEKSIGINFO 0x4209 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 110 #if defined(PTRACE_PEEKSIGINFO) || (defined(HAVE_DECL_PTRACE_PEEKSIGINFO) && HAVE_DECL_PTRACE_PEEKS… 111 XLAT(PTRACE_PEEKSIGINFO),
|
D | ptrace_cmds.in | 32 PTRACE_PEEKSIGINFO
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1130 PTRACE_PEEKSIGINFO = 0x4209 const
|
D | zerrors_linux_mips64le.go | 1402 PTRACE_PEEKSIGINFO = 0x4209 const
|
D | zerrors_linux_ppc64.go | 1404 PTRACE_PEEKSIGINFO = 0x4209 const
|
D | zerrors_linux_arm.go | 1405 PTRACE_PEEKSIGINFO = 0x4209 const
|
D | zerrors_linux_mips64.go | 1402 PTRACE_PEEKSIGINFO = 0x4209 const
|
D | zerrors_linux_ppc64le.go | 1404 PTRACE_PEEKSIGINFO = 0x4209 const
|
D | zerrors_linux_arm64.go | 1398 PTRACE_PEEKSIGINFO = 0x4209 const
|
D | zerrors_linux_386.go | 1401 PTRACE_PEEKSIGINFO = 0x4209 const
|
D | zerrors_linux_mips.go | 1402 PTRACE_PEEKSIGINFO = 0x4209 const
|
D | zerrors_linux_s390x.go | 1400 PTRACE_PEEKSIGINFO = 0x4209 const
|
D | zerrors_linux_mipsle.go | 1402 PTRACE_PEEKSIGINFO = 0x4209 const
|
D | zerrors_linux_amd64.go | 1402 PTRACE_PEEKSIGINFO = 0x4209 const
|