/external/strace/tests-m32/ |
D | old_mmap.c | 39 #if defined __NR_mmap && \ 53 long rc = syscall(__NR_mmap, 0); in main() 75 rc = syscall(__NR_mmap, args); in main() 82 rc = syscall(__NR_mmap, args); in main()
|
/external/strace/tests/ |
D | old_mmap.c | 39 #if defined __NR_mmap && \ 53 long rc = syscall(__NR_mmap, 0); in main() 75 rc = syscall(__NR_mmap, args); in main() 82 rc = syscall(__NR_mmap, args); in main()
|
/external/strace/tests-mx32/ |
D | old_mmap.c | 39 #if defined __NR_mmap && \ 53 long rc = syscall(__NR_mmap, 0); in main() 75 rc = syscall(__NR_mmap, args); in main() 82 rc = syscall(__NR_mmap, args); in main()
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-common.c | 163 res = VG_(do_syscall6)(__NR_mmap, (UWord)start, length, in VG_() 169 res = VG_(do_syscall7)(__NR_mmap, (UWord)start, length, in VG_() 175 res = VG_(do_syscall6)(__NR_mmap, (UWord)start, length, in VG_() 187 res = VG_(do_syscall6)(__NR_mmap, (UWord)start, length, prot, flags, in VG_()
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-oabi.h | 12 #define __NR_mmap (__NR_SYSCALL_BASE + 90) macro
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 898 #if !defined(__NR_mmap) 899 #define __NR_mmap 222 macro
|
D | x86_64_linux_syscalls.h | 49 #if !defined(__NR_mmap) 50 #define __NR_mmap 9 macro
|
D | x86_32_linux_syscalls.h | 373 #if !defined(__NR_mmap) 374 #define __NR_mmap 90 macro
|
D | mips64_linux_syscalls.h | 52 #if !defined(__NR_mmap) 53 #define __NR_mmap (__NR_Linux + 9) macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_s390.cc | 52 return syscall(__NR_mmap, ¶ms); in internal_mmap()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 33 #ifdef __NR_mmap 34 { "mmap", __NR_mmap },
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 829 #define __NR_mmap 1058 macro 830 __SYSCALL(__NR_mmap, sys_mmap) 833 #define __NR_syscalls (__NR_mmap+1) 920 #define __NR_mmap __NR3264_mmap macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 374 #define __NR_mmap 222 macro
|
D | vki-scnums-s390x-linux.h | 104 #define __NR_mmap 90 macro
|
D | vki-scnums-arm64-linux.h | 402 #define __NR_mmap 1058 macro
|
D | vki-scnums-amd64-linux.h | 47 #define __NR_mmap 9 macro
|
D | vki-scnums-ppc64-linux.h | 127 #define __NR_mmap 90 macro
|
D | vki-scnums-arm-linux.h | 127 #define __NR_mmap 90 macro
|
D | vki-scnums-ppc32-linux.h | 127 #define __NR_mmap 90 macro
|
D | vki-scnums-x86-linux.h | 127 #define __NR_mmap 90 macro
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | syscall_unittest.cc | 42 const int kMMapNr = __NR_mmap;
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 13 #define __NR_mmap 9 macro
|
/external/openssh/ |
D | sandbox-seccomp-filter.c | 156 #ifdef __NR_mmap
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | baseline_policy.cc | 180 if (sysno == __NR_mmap) in EvaluateSyscallImpl()
|
/external/strace/ |
D | scno.h | 35 #ifndef __NR_mmap 36 # define __NR_mmap (SYSCALL_BIT | 9) macro
|