/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/chromium_org/third_party/tcmalloc/chromium/src/ |
malloc_hook_mmap_linux.h | 33 // We define mmap() and mmap64(), which somewhat reimplements libc's mmap 35 // (which we're overriding with our mmap64() and mmap() wrappers) so we can't 153 // calls right into mmap and mmap64, so that the stack frames in the caller's 165 void* mmap64(void *start, size_t length, int prot, int flags, 182 extern "C" void* mmap64(void *start, size_t length, int prot, int flags,
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
malloc_hook_mmap_linux.h | 33 // We define mmap() and mmap64(), which somewhat reimplements libc's mmap 35 // (which we're overriding with our mmap64() and mmap() wrappers) so we can't 127 // calls right into mmap and mmap64, so that the stack frames in the caller's 139 void* mmap64(void *start, size_t length, int prot, int flags, 154 extern "C" void* mmap64(void *start, size_t length, int prot, int flags,
|
/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 720 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 | 813 INTERCEPTOR(void *, mmap64, void *addr, SIZE_T length, int prot, int flags, 816 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset); [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | 691 TSAN_INTERCEPTOR(void*, mmap64, void *addr, long_t sz, int prot, 693 SCOPED_TSAN_INTERCEPTOR(mmap64, addr, sz, prot, flags, fd, off); 696 void *res = REAL(mmap64)(addr, sz, prot, flags, fd, off); [all...] |
/external/stressapptest/ |
configure | [all...] |