/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | die.cc | 41 Syscall::Call(__NR_prctl, PR_SET_DUMPABLE, (void*)0, (void*)0, (void*)0); in ExitGroup()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 678 #if !defined(__NR_prctl) 679 #define __NR_prctl 167 macro
|
D | x86_64_linux_syscalls.h | 641 #if !defined(__NR_prctl) 642 #define __NR_prctl 157 macro
|
D | x86_32_linux_syscalls.h | 701 #if !defined(__NR_prctl) 702 #define __NR_prctl 172 macro
|
D | mips64_linux_syscalls.h | 628 #if !defined(__NR_prctl) 629 #define __NR_prctl (__NR_Linux + 153) macro
|
D | mips_linux_syscalls.h | 786 #if !defined(__NR_prctl) 787 #define __NR_prctl (__NR_Linux + 192) macro
|
D | arm_linux_syscalls.h | 552 #if !defined(__NR_prctl) 553 #define __NR_prctl (__NR_SYSCALL_BASE+172) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 294 #define __NR_prctl 167 macro
|
D | vki-scnums-s390x-linux.h | 171 #define __NR_prctl 172 macro
|
D | vki-scnums-arm64-linux.h | 212 #define __NR_prctl 167 macro
|
D | vki-scnums-amd64-linux.h | 220 #define __NR_prctl 157 macro
|
D | vki-scnums-x86-linux.h | 209 #define __NR_prctl 172 macro
|
D | vki-scnums-arm-linux.h | 209 #define __NR_prctl 172 macro
|
D | vki-scnums-ppc64-linux.h | 208 #define __NR_prctl 171 macro
|
D | vki-scnums-ppc32-linux.h | 208 #define __NR_prctl 171 macro
|
D | vki-scnums-mips64-linux.h | 192 #define __NR_prctl (__NR_Linux + 153) macro
|
D | vki-scnums-mips32-linux.h | 232 #define __NR_prctl (__NR_Linux + 192) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 161 #define __NR_prctl 157 macro
|
D | unistd_32.h | 176 #define __NR_prctl 172 macro
|
D | unistd_x32.h | 143 #define __NR_prctl (__X32_SYSCALL_BIT + 157) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy.cc | 192 if (sysno == __NR_prctl) in EvaluateSyscallImpl()
|
D | syscall_sets.cc | 588 case __NR_prctl: in IsPrctl()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 215 #define __NR_prctl (__NR_Linux + 192) macro 553 #define __NR_prctl (__NR_Linux + 153) macro 890 #define __NR_prctl (__NR_Linux + 153) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 473 #define __NR_prctl 167 macro 474 __SYSCALL(__NR_prctl, sys_prctl)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 200 #define __NR_prctl (__NR_SYSCALL_BASE+172) macro
|