Searched defs:mmap_fixed (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_a/user/ldso/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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
|
Completed in 32 milliseconds