Home
last modified time | relevance | path

Searched refs:mmap64 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/musl/src/mman/
Dmmap.c47 weak_alias(__libc_mmap, mmap64);
50 weak_alias(mmap, mmap64);
/third_party/mesa3d/src/gallium/auxiliary/os/
Dos_mman.h56 mmap64(addr, length, prot, flags, fd, offset)
/third_party/libdrm/
Dlibdrm_macros.h60 return mmap64(addr, length, prot, flags, fd, offset); in drm_mmap()
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c73 REAL_FUNCTION_POINTER(mmap64);
214 GET_FUNCTION_POINTER(mmap64); in init_shim()
721 mmap64(void* addr, size_t length, int prot, int flags, int fd, off64_t offset) in mmap64() function
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h143 #define mmap64 mmap macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h143 #define mmap64 mmap macro
/third_party/musl/include/sys/
Dmman.h145 #define mmap64 mmap macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h140 #define mmap64 mmap macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h139 #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/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress07.c205 if ((mapaddr = mmap64((caddr_t) 0, pagesize * 2 + holesize, PROT_READ,
Dmmapstress01.c532 if ((maddr = mmap64(0, mapsize, PROT_READ | PROT_WRITE, MAP_SHARED,
Dmmapstress10.c593 if ((maddr_mapper = mmap64(0, mapsize_mapper, PROT_READ | PROT_WRITE,
/third_party/rust/crates/rustix/src/backend/libc/
Doffset.rs97 pub(super) use c::mmap64 as libc_mmap;
/third_party/gstreamer/gstplugins_good/
Dmeson.build163 ['HAVE_MMAP64', 'mmap64', '#include<sys/mman.h>'],
DChangeLog21842 v4l2object: Don't redefine mmap64
21843 On Linux, there exist a case where mmap64 is already a define to mmap,
21851 v4l2object: Don't use mmap64 if off_t is 64-bit
21852 The difference between mmap and mmap64 is the type of 'offset' argument.
21853 mmap64 always uses a 64-bit interger as offset, while mmap uses off_t,
21855 However, not all operating systems support mmap64. Fortunately, although
21863 Revert "v4l2object: Use mmap64 to match libv4l2 signature"
21871 v4l2object: Check for mmap64 before using it
21872 mmap64 is not available on FreeBSD.
23591 v4l2object: Use mmap64 to match libv4l2 signature
/third_party/musl/
Dlibc.map.txt1138 mmap64;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt3053 mmap64
Dandroid.txt3175 mmap64
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1710 pub fn mmap64( in mmap64() function
/third_party/elfutils/src/
DChangeLog1871 (map_file): Replace mmap64 with mmap.
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst1561 - drm-shim: Add a function for mmap64 rather than using an alias
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi586 …<elf-symbol name='mmap64' type='func-type' binding='global-binding' visibility='default-visibility…
11735mmap64' mangled-name='mmap64' filepath='src/malloc_hook_mmap_linux.h' line='155' column='1' visibi…
/third_party/libabigail/tests/data/test-annotate/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi1160 <!-- mmap64 -->
1161 …<elf-symbol name='mmap64' type='func-type' binding='global-binding' visibility='default-visibility…
19056 <!-- void* mmap64(void*, size_t, int, int, int, __off64_t) -->
19057mmap64' mangled-name='mmap64' filepath='src/malloc_hook_mmap_linux.h' line='155' column='1' visibi…

12