Searched refs:mmap64 (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/include/sys/ |
D | mman.h | 53 …ullable __addr, size_t __size, int __prot, int __flags, int __fd, off_t __offset) __RENAME(mmap64); 63 void* _Nonnull mmap64(void* _Nullable __addr, size_t __size, int __prot, int __flags, int __fd, off…
|
/bionic/libc/bionic/ |
D | legacy_32_bit_support.cpp | 117 void* mmap64(void* addr, size_t size, int prot, int flags, int fd, off64_t offset) { in mmap64() function 137 return mmap64(addr, size, prot, flags, fd, static_cast<off64_t>(offset)); in mmap()
|
/bionic/linker/ |
D | linker_mapped_file_fragment.cpp | 63 mmap64(nullptr, map_size, PROT_READ, MAP_PRIVATE, fd, page_min)); in Map()
|
D | linker_phdr.cpp | 889 void* seg_addr = mmap64(reinterpret_cast<void*>(seg_page_start), in LoadSegments()
|
/bionic/tests/ |
D | sys_mman_test.cpp | 37 void* map = mmap64(nullptr, 4096, PROT_READ | PROT_WRITE, MAP_ANON | MAP_PRIVATE, -1, 0); in TEST() 52 void* map = mmap64(nullptr, 100, PROT_READ, MAP_SHARED, tf.fd, 1); in TEST()
|
/bionic/docs/ |
D | 32-bit-abi.md | 36 later, if you're using Clang we'll inline an `mmap64` implementation in the
|
/bionic/libc/ |
D | SYSCALLS.TXT | 190 void* mmap|mmap64(void*, size_t, int, int, int, off_t) lp64
|
D | libc.map.txt | 668 mmap64; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 668 mmap64; # introduced=21
|