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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
mman.h 65 mmap64);
67 # define mmap mmap64
71 extern void *mmap64 (void *__addr, size_t __len, int __prot,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mman.h 65 mmap64);
67 # define mmap mmap64
71 extern void *mmap64 (void *__addr, size_t __len, int __prot,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mman.h 65 mmap64);
67 # define mmap mmap64
71 extern void *mmap64 (void *__addr, size_t __len, int __prot,
  /system/extras/ext4_utils/
ext4_utils.h 44 #define mmap64 mmap macro
50 static inline void *mmap64(void *addr, size_t length, int prot, int flags, function
  /external/elfutils/src/
strings.c 490 mem = mmap64 (NULL, map_size, PROT_READ, MAP_PRIVATE | MAP_POPULATE,
613 if (mmap64 (elfmap, elfmap_size, PROT_READ,
677 if (mmap64 (remap_base, read_now, PROT_READ,
  /system/core/libsparse/
output_file.c 45 #define mmap64 mmap macro
51 static inline void *mmap64(void *addr, size_t length, int prot, int flags, function
717 char *data = mmap64(NULL, buffer_size, PROT_READ, MAP_SHARED, fd,
  /external/stlport/src/details/
fstream_unistd.cpp 68 # define MMAP mmap64
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 68 # define MMAP mmap64
  /external/stressapptest/src/
os.cc 516 shmaddr = mmap64(NULL, length, PROT_READ | PROT_WRITE,
598 void * mapping = mmap64(NULL, length, PROT_READ | PROT_WRITE,
608 logprintf(0, "Process Error: PrepareTestMem mmap64(%llx, %llx) failed. "
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 769 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags,
772 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset);
983 INTERCEPT_FUNCTION(mmap64);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 606 TSAN_INTERCEPTOR(void*, mmap64, void *addr, long_t sz, int prot,
608 SCOPED_TSAN_INTERCEPTOR(mmap64, addr, sz, prot, flags, fd, off);
611 void *res = REAL(mmap64)(addr, sz, prot, flags, fd, off);
    [all...]
  /external/stressapptest/
configure     [all...]

Completed in 467 milliseconds