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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook_mmap_linux.h 57 #if defined(__NR_mmap) && !defined(SYS_mmap)
58 #define SYS_mmap __NR_mmap
83 // The original gperftools uses sys_mmap() here. But, it is not allowed by
85 return (void *)syscall(SYS_mmap, start, length, prot, flags, fd, offset);
134 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);
  /external/openssh/
sandbox-systrace.c 59 { SYS_mmap, SYSTR_POLICY_PERMIT },
  /bionic/libc/include/sys/
glibc-syscalls.h 151 #define SYS_mmap __NR_mmap
498 #define SYS_mmap __NR_mmap
860 #define SYS_mmap __NR_mmap
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
syscall.h 129 #define SYS_mmap __NR_mmap
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 129 #define SYS_mmap __NR_mmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
syscall.h 129 #define SYS_mmap __NR_mmap
  /external/compiler-rt/lib/msandr/
msandr.cc 40 #include <sys/syscall.h> /* for SYS_mmap */
644 if (success && (sysnum == SYS_mmap IF_NOT_X64(|| sysnum == SYS_mmap2))) {

Completed in 346 milliseconds