/third_party/musl/src/mman/ |
D | mmap.c | 47 weak_alias(__libc_mmap, mmap64); 50 weak_alias(mmap, mmap64);
|
/third_party/mesa3d/src/gallium/auxiliary/os/ |
D | os_mman.h | 56 mmap64(addr, length, prot, flags, fd, offset)
|
/third_party/libdrm/ |
D | libdrm_macros.h | 60 return mmap64(addr, length, prot, flags, fd, offset); in drm_mmap()
|
/third_party/mesa3d/src/drm-shim/ |
D | drm_shim.c | 73 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/ |
D | mman.h | 143 #define mmap64 mmap macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 143 #define mmap64 mmap macro
|
/third_party/musl/include/sys/ |
D | mman.h | 145 #define mmap64 mmap macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 140 #define mmap64 mmap macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 139 #define mmap64 mmap macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 143 #define mmap64 mmap macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 148 #define mmap64 mmap macro
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress07.c | 205 if ((mapaddr = mmap64((caddr_t) 0, pagesize * 2 + holesize, PROT_READ,
|
D | mmapstress01.c | 532 if ((maddr = mmap64(0, mapsize, PROT_READ | PROT_WRITE, MAP_SHARED,
|
D | mmapstress10.c | 593 if ((maddr_mapper = mmap64(0, mapsize_mapper, PROT_READ | PROT_WRITE,
|
/third_party/rust/crates/rustix/src/backend/libc/ |
D | offset.rs | 97 pub(super) use c::mmap64 as libc_mmap;
|
/third_party/gstreamer/gstplugins_good/ |
D | meson.build | 163 ['HAVE_MMAP64', 'mmap64', '#include<sys/mman.h>'],
|
D | ChangeLog | 21842 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/ |
D | libc.map.txt | 1138 mmap64;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 3053 mmap64
|
D | android.txt | 3175 mmap64
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1710 pub fn mmap64( in mmap64() function
|
/third_party/elfutils/src/ |
D | ChangeLog | 1871 (map_file): Replace mmap64 with mmap.
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.1.0.rst | 1561 - drm-shim: Add a function for mmap64 rather than using an alias
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 586 …<elf-symbol name='mmap64' type='func-type' binding='global-binding' visibility='default-visibility… 11735 …mmap64' mangled-name='mmap64' filepath='src/malloc_hook_mmap_linux.h' line='155' column='1' visibi…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 1160 <!-- 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) --> 19057 …mmap64' mangled-name='mmap64' filepath='src/malloc_hook_mmap_linux.h' line='155' column='1' visibi…
|