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

1 2 3 4 5 6

  /bionic/libc/arch-mips/syscalls/
__mmap2.S 11 li $v0, __NR_mmap2
  /bionic/libc/arch-arm/syscalls/
__mmap2.S 11 ldr r7, =__NR_mmap2
  /bionic/libc/arch-x86/syscalls/
__mmap2.S 19 movl $__NR_mmap2, %eax
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall_unittest.cc 27 #ifdef __NR_mmap2
28 const int kMMapNr = __NR_mmap2;
165 #if defined(__NR_mmap2)
demo.cc 351 #if defined(__NR_mmap2)
352 case __NR_mmap2:
  /external/oprofile/module/ia64/
op_syscalls.c 338 fdesc_mmap2.ip = sys_call_table[__NR_mmap2 - __NR_ni_syscall];
359 sys_call_table[__NR_mmap2 - __NR_ni_syscall] =
377 sys_call_table[__NR_mmap2 - __NR_ni_syscall] =
  /external/oprofile/module/x86/
op_syscalls.c 320 old_sys_mmap2 = sys_call_table[__NR_mmap2];
334 sys_call_table[__NR_mmap2] = my_sys_mmap2;
348 sys_call_table[__NR_mmap2] = old_sys_mmap2;
  /development/ndk/platforms/android-9/arch-mips/include/sys/
linux-syscalls.h 115 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
228 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
326 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
456 #define __NR_mmap2 (__NR_SYSCALL_BASE + 210)
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
linux-syscalls.h 115 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
228 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
326 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
456 #define __NR_mmap2 (__NR_SYSCALL_BASE + 210)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h 115 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
228 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
326 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
456 #define __NR_mmap2 (__NR_SYSCALL_BASE + 210)
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
linux-syscalls.h 115 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
228 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
326 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
456 #define __NR_mmap2 (__NR_SYSCALL_BASE + 210)
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
linux-syscalls.h 115 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
228 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
326 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
456 #define __NR_mmap2 (__NR_SYSCALL_BASE + 210)
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h 115 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
228 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
326 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
456 #define __NR_mmap2 (__NR_SYSCALL_BASE + 210)
    [all...]
  /external/chromium_org/sandbox/linux/services/
x86_32_linux_syscalls.h 781 #if !defined(__NR_mmap2)
782 #define __NR_mmap2 192
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 261 #define __NR_mmap2 192
  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 55 #define __NR_mmap2 (__NR_SYSCALL_BASE + 192)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h 261 #define __NR_mmap2 192
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook_mmap_linux.h 58 #define SYS_mmap2 __NR_mmap2
  /external/kernel-headers/original/asm-x86/
unistd_32.h 200 #define __NR_mmap2 192
  /external/valgrind/main/include/vki/
vki-scnums-arm-linux.h 229 #define __NR_mmap2 192
vki-scnums-ppc32-linux.h 230 #define __NR_mmap2 192
vki-scnums-x86-linux.h 229 #define __NR_mmap2 192
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
unistd_32.h 200 #define __NR_mmap2 192
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 200 #define __NR_mmap2 192
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 200 #define __NR_mmap2 192

Completed in 136 milliseconds

1 2 3 4 5 6