/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | mmap64.c | 24 void *mmap64(void *addr, size_t len, int prot, int flags, int fd, __off64_t offset) in mmap64() 46 void *mmap64(void *addr, size_t len, int prot, int flags, int fd, __off64_t offset) in mmap64()
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | mmap.cc | 32 void *mmap2(void *addr, size_t length, int prot, int flags, in mmap2() 48 void *mmap64(void *addr, size_t length, int prot, int flags, in mmap64() 60 void *mmap(void *addr, size_t length, int prot, int flags, in mmap()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/avr32/ |
A D | mmap.c | 15 static __inline__ _syscall6(void *, mmap2, void *, addr, size_t, len, int, prot, in _syscall6() argument
|
/l4re-core-master/ldso/libdl/ |
A D | dl-syscall.h | 14 _dl_mprotect(void *addr, size_t len, int prot) in _dl_mprotect() 83 _dl_mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset) in _dl_mmap()
|
/l4re-core-master/moe/server/src/ |
A D | mem.cc | 44 mmap(void *start, size_t length, int prot, in mmap()
|
/l4re-core-master/ldso/ldso/ |
A D | syscalls.cc | 137 L4RE_CALL(int _dl_mprotect(void const *addr, size_t len, int prot)) in L4RE_CALL() 150 L4RE_CALL(void *_dl_mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset)) in L4RE_CALL()
|
/l4re-core-master/l4re_kernel/server/src/ |
A D | mem.cc | 70 void * mmap(void *start, size_t length, int prot, in mmap()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/ |
A D | mmap-windows.c | 42 static void *mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset) in mmap()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/mmap/ |
A D | mmap.c | 21 int prot; member
|
/l4re-core-master/l4re_vfs/include/impl/ |
A D | vfs_impl.h | 513 Vfs::mmap2(void *start, size_t len, int prot, int flags, int fd, off_t _offset, in mmap2() 887 Vfs::mprotect(const void *a, size_t sz, int prot) L4_NOTHROW in mprotect()
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/stdlib/malloc-standard/ |
A D | malloc.h | 365 #define MMAP(addr, size, prot) \ argument 370 #define MMAP(addr, size, prot) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | allocatestack.c | 443 const int prot = (PROT_READ | PROT_WRITE); in allocate_stack() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/ |
A D | malloc.h | 361 #define MMAP(addr, size, prot) \ argument
|