/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 478 #if !defined(__NR_ptrace) 479 #define __NR_ptrace 117 macro
|
D | x86_64_linux_syscalls.h | 417 #if !defined(__NR_ptrace) 418 #define __NR_ptrace 101 macro
|
D | x86_32_linux_syscalls.h | 117 #if !defined(__NR_ptrace) 118 #define __NR_ptrace 26 macro
|
D | mips64_linux_syscalls.h | 412 #if !defined(__NR_ptrace) 413 #define __NR_ptrace (__NR_Linux + 99) macro
|
D | arm_linux_syscalls.h | 100 #if !defined(__NR_ptrace) 101 #define __NR_ptrace (__NR_SYSCALL_BASE+26) macro
|
D | mips_linux_syscalls.h | 120 #if !defined(__NR_ptrace) 121 #define __NR_ptrace (__NR_Linux + 26) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | bpf_tests_unittest.cc | 96 if (system_call_number == __NR_ptrace) { in EvaluateSyscall()
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 238 #define __NR_ptrace 117 macro
|
D | vki-scnums-s390x-linux.h | 62 #define __NR_ptrace 26 macro
|
D | vki-scnums-arm64-linux.h | 162 #define __NR_ptrace 117 macro
|
D | vki-scnums-amd64-linux.h | 150 #define __NR_ptrace 101 macro
|
D | vki-scnums-ppc64-linux.h | 63 #define __NR_ptrace 26 macro
|
D | vki-scnums-arm-linux.h | 63 #define __NR_ptrace 26 macro
|
D | vki-scnums-ppc32-linux.h | 63 #define __NR_ptrace 26 macro
|
D | vki-scnums-x86-linux.h | 63 #define __NR_ptrace 26 macro
|
D | vki-scnums-mips64-linux.h | 138 #define __NR_ptrace (__NR_Linux + 99) macro
|
D | vki-scnums-mips32-linux.h | 66 #define __NR_ptrace (__NR_Linux + 26) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 105 #define __NR_ptrace 101 macro
|
D | unistd_32.h | 30 #define __NR_ptrace 26 macro
|
D | unistd_x32.h | 294 #define __NR_ptrace (__X32_SYSCALL_BIT + 521) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 49 #define __NR_ptrace (__NR_Linux + 26) macro 499 #define __NR_ptrace (__NR_Linux + 99) macro 836 #define __NR_ptrace (__NR_Linux + 99) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy_unittest.cc | 237 TEST_BASELINE_SIGSYS(__NR_ptrace);
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 362 #define __NR_ptrace 117 macro 363 __SYSCALL(__NR_ptrace, sys_ptrace)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 54 #define __NR_ptrace (__NR_SYSCALL_BASE+ 26) macro
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 151 GO(__NR_ptrace, "4s 1m"); in main() 152 SY(__NR_ptrace, x0+PTRACE_GETREGS, x0, x0, x0); FAIL; in main()
|