/external/openssh/ |
D | sandbox-seccomp-filter.c | 187 #ifdef __NR_mremap 188 SC_ALLOW(__NR_mremap),
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 874 #if !defined(__NR_mremap) 875 #define __NR_mremap 216 macro
|
D | x86_64_linux_syscalls.h | 113 #if !defined(__NR_mremap) 114 #define __NR_mremap 25 macro
|
D | x86_32_linux_syscalls.h | 665 #if !defined(__NR_mremap) 666 #define __NR_mremap 163 macro
|
D | mips64_linux_syscalls.h | 112 #if !defined(__NR_mremap) 113 #define __NR_mremap (__NR_Linux + 24) macro
|
D | mips_linux_syscalls.h | 686 #if !defined(__NR_mremap) 687 #define __NR_mremap (__NR_Linux + 167) macro
|
D | arm_linux_syscalls.h | 524 #if !defined(__NR_mremap) 525 #define __NR_mremap (__NR_SYSCALL_BASE+163) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 81 #ifdef __NR_mremap 82 { "mremap", __NR_mremap },
|
/external/valgrind/none/tests/linux/ |
D | mremap2.c | 146 syscall(__NR_mremap, src, 20*PAGE, newsize, flags, dst, 0 ); in main()
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 219 __NR_mremap, in ML_() 240 __NR_mremap, in ML_()
|
/external/valgrind/include/vki/ |
D | vki-scnums-arm64-linux.h | 261 #define __NR_mremap 216 macro
|
D | vki-scnums-s390x-linux.h | 167 #define __NR_mremap 163 macro
|
D | vki-scnums-amd64-linux.h | 65 #define __NR_mremap 25 macro
|
D | vki-scnums-arm-linux.h | 200 #define __NR_mremap 163 macro
|
D | vki-scnums-ppc64-linux.h | 200 #define __NR_mremap 163 macro
|
D | vki-scnums-ppc32-linux.h | 200 #define __NR_mremap 163 macro
|
D | vki-scnums-x86-linux.h | 200 #define __NR_mremap 163 macro
|
D | vki-scnums-mips64-linux.h | 63 #define __NR_mremap (__NR_Linux + 24) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 29 #define __NR_mremap 25 macro
|
D | unistd_32.h | 167 #define __NR_mremap 163 macro
|
D | unistd_x32.h | 24 #define __NR_mremap (__X32_SYSCALL_BIT + 25) macro
|
/external/strace/ |
D | scno.h | 83 #ifndef __NR_mremap 84 # define __NR_mremap (SYSCALL_BIT | 25) macro
|
/external/valgrind/memcheck/tests/arm64-linux/ |
D | scalar.c | 731 GO(__NR_mremap, "5s 0m"); in main() 732 SY(__NR_mremap, x0+1, x0, x0, x0+MREMAP_FIXED, x0); FAILx(EINVAL); in main()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 190 #define __NR_mremap (__NR_Linux + 167) macro 431 #define __NR_mremap (__NR_Linux + 24) macro 774 #define __NR_mremap (__NR_Linux + 24) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 593 #define __NR_mremap 216 macro 594 __SYSCALL(__NR_mremap, sys_mremap)
|