HomeSort by relevance Sort by last modified time
    Searched refs:SYS_mmap (Results 1 - 15 of 15) sorted by null

  /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
81 // The original gperftools uses sys_mmap() here. But, it is not allowed by
83 return (void *)syscall(SYS_mmap, start, length, prot, flags, fd, offset);
132 result = (void *)syscall(SYS_mmap, args);
malloc_hook_mmap_freebsd.h 49 // type is 'int' so for things like SYS_mmap, it actually truncates
71 return (void *)MALLOC_HOOK_SYSCALL(SYS_mmap,
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_hook_mmap_freebsd.h 49 // type is 'int' so for things like SYS_mmap, it actually truncates
71 return (void *)MALLOC_HOOK_SYSCALL(SYS_mmap,
malloc_hook_mmap_linux.h 59 return sys_mmap(start, length, prot, flags, fd, offset);
108 result = (void *)syscall(SYS_mmap, args);
  /bionic/libc/include/sys/
glibc-syscalls.h 145 #define SYS_mmap __NR_mmap
472 #define SYS_mmap __NR_mmap
823 #define SYS_mmap __NR_mmap
    [all...]
  /development/ndk/platforms/android-L/include/sys/
glibc-syscalls.h 145 #define SYS_mmap __NR_mmap
470 #define SYS_mmap __NR_mmap
819 #define SYS_mmap __NR_mmap
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
glibc-syscalls.h 145 #define SYS_mmap __NR_mmap
472 #define SYS_mmap __NR_mmap
823 #define SYS_mmap __NR_mmap
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
glibc-syscalls.h 145 #define SYS_mmap __NR_mmap
472 #define SYS_mmap __NR_mmap
823 #define SYS_mmap __NR_mmap
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
glibc-syscalls.h 145 #define SYS_mmap __NR_mmap
472 #define SYS_mmap __NR_mmap
823 #define SYS_mmap __NR_mmap
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
glibc-syscalls.h 145 #define SYS_mmap __NR_mmap
472 #define SYS_mmap __NR_mmap
823 #define SYS_mmap __NR_mmap
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
glibc-syscalls.h 145 #define SYS_mmap __NR_mmap
472 #define SYS_mmap __NR_mmap
823 #define SYS_mmap __NR_mmap
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
glibc-syscalls.h 145 #define SYS_mmap __NR_mmap
472 #define SYS_mmap __NR_mmap
823 #define SYS_mmap __NR_mmap
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
syscall.h 133 #define SYS_mmap __NR_mmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
syscall.h 133 #define SYS_mmap __NR_mmap
  /external/compiler-rt/lib/msandr/
msandr.cc 40 #include <sys/syscall.h> /* for SYS_mmap */
796 if (success && (sysnum == SYS_mmap IF_NOT_X64(|| sysnum == SYS_mmap2))) {

Completed in 267 milliseconds