Home
last modified time | relevance | path

Searched defs:mmap_fixed (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c576 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/
Ddynlink.c576 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/
Ddynlink.c578 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/
Ddynlink.c1216 UT_STATIC void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() function