HomeSort by relevance Sort by last modified time
    Searched refs:__NR_mmap (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/arch-arm64/syscalls/
mmap.S 6 mov x8, __NR_mmap
  /bionic/libc/arch-x86_64/syscalls/
mmap.S 7 movl $__NR_mmap, %eax
  /bionic/libc/arch-mips64/syscalls/
mmap.S 8 li v0, __NR_mmap
  /external/strace/test/
x32_mmap.c 29 (long) (__NR_mmap | 0x40000000), // make x32 call
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 431 #define __NR_mmap 1058
434 #define __NR_syscalls (__NR_mmap+1)
491 #define __NR_mmap __NR3264_mmap
  /development/ndk/platforms/android-L/include/asm-generic/
unistd.h 429 #define __NR_mmap 1058
431 #define __NR_syscalls (__NR_mmap+1)
489 #define __NR_mmap __NR3264_mmap
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook_mmap_linux.h 55 #if defined(__NR_mmap) && !defined(SYS_mmap)
56 #define SYS_mmap __NR_mmap
126 #ifdef __NR_mmap
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm-generic/
unistd.h 431 #define __NR_mmap 1058
434 #define __NR_syscalls (__NR_mmap+1)
491 #define __NR_mmap __NR3264_mmap
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm-generic/
unistd.h 431 #define __NR_mmap 1058
434 #define __NR_syscalls (__NR_mmap+1)
491 #define __NR_mmap __NR3264_mmap
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm-generic/
unistd.h 431 #define __NR_mmap 1058
434 #define __NR_syscalls (__NR_mmap+1)
491 #define __NR_mmap __NR3264_mmap
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm-generic/
unistd.h 431 #define __NR_mmap 1058
434 #define __NR_syscalls (__NR_mmap+1)
491 #define __NR_mmap __NR3264_mmap
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm-generic/
unistd.h 431 #define __NR_mmap 1058
434 #define __NR_syscalls (__NR_mmap+1)
491 #define __NR_mmap __NR3264_mmap
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm-generic/
unistd.h 431 #define __NR_mmap 1058
434 #define __NR_syscalls (__NR_mmap+1)
491 #define __NR_mmap __NR3264_mmap
  /external/oprofile/module/ia64/
op_syscalls.c 336 fdesc_mmap.ip = sys_call_table[__NR_mmap - __NR_ni_syscall];
357 sys_call_table[__NR_mmap - __NR_ni_syscall] =
375 sys_call_table[__NR_mmap - __NR_ni_syscall] =
  /external/oprofile/module/x86/
op_syscalls.c 318 old_old_mmap = sys_call_table[__NR_mmap];
332 sys_call_table[__NR_mmap] = my_old_mmap;
346 sys_call_table[__NR_mmap] = old_old_mmap;
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 168 res = VG_(do_syscall6)(__NR_mmap, (UWord)start, length,
174 res = VG_(do_syscall7)(__NR_mmap, (UWord)start, length,
180 res = VG_(do_syscall6)(__NR_mmap, (UWord)start, length,
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 32 #define __NR_mmap 9
  /development/ndk/platforms/android-L/arch-x86/include/asm/
unistd_64.h 32 #define __NR_mmap 9
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
unistd_64.h 32 #define __NR_mmap 9
  /external/chromium_org/content/common/sandbox_linux/
bpf_gpu_policy_linux.cc 182 case __NR_mmap:
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 13 #define __NR_mmap 9
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/include/uapi/asm/
unistd.h 143 #define __NR_mmap 1151
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 47 #define __NR_mmap 9
vki-scnums-arm64-linux.h 395 #define __NR_mmap 1058
398 //#define __NR_syscalls (__NR_mmap+1)
482 //#define __NR_mmap __NR3264_mmap
vki-scnums-s390x-linux.h 104 #define __NR_mmap 90

Completed in 284 milliseconds

1 2 3 4 5 6 7