Searched defs:mmap_fixed (Results 1 – 4 of 4) 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 | 578 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 | 1216 UT_STATIC void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() function
|