Home
last modified time | relevance | path

Searched defs:mmap64 (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h143 #define mmap64 mmap macro
/third_party/musl/include/sys/
Dmman.h145 #define mmap64 mmap macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h143 #define mmap64 mmap macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h139 #define mmap64 mmap macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h140 #define mmap64 mmap macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h143 #define mmap64 mmap macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h148 #define mmap64 mmap macro
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c721 mmap64(void* addr, size_t length, int prot, int flags, int fd, off64_t offset) in mmap64() function
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1710 pub fn mmap64( in mmap64() function