Searched defs:mmap_fixed (Results 1 – 5 of 5) sorted by relevance
| /third_party/musl/porting/liteos_a/user/ldso/ |
| D | dynlink.c | 576 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() function
|
| /third_party/musl/porting/liteos_a/user_debug/ldso/ |
| D | dynlink.c | 576 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() function
|
| /third_party/musl/ldso/ |
| D | dynlink.c | 643 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() function
|
| /third_party/musl/porting/linux/user/ldso/ |
| D | dynlink.c | 1281 UT_STATIC void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() function
|
| /third_party/musl/ldso/linux/ |
| D | dynlink.c | 1316 UT_STATIC void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() function
|