Home
last modified time | relevance | path

Searched refs:mmap_fixed (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/functionalext/unittest/
Dunit_test_ldso_dynlink.c241 void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off);
311 void *p = mmap_fixed(0, -1, PROT_NONE, MAP_FIXED, -1, 0); in dynlink_test_0200()
323 void *p = mmap_fixed(buf, 128, PROT_NONE, MAP_ANONYMOUS, -1, 0); in dynlink_test_0210()
344 void *p = mmap_fixed(buf, 128, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in dynlink_test_0220()
/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
719 if (pgend > pgbrk && mmap_fixed(map+pgbrk, in map_library()
790 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
796 …if (pgbrk-(size_t)base < this_max && mmap_fixed((void *)pgbrk, (size_t)base+this_max-pgbrk, prot, … in map_library()
/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
719 if (pgend > pgbrk && mmap_fixed(map+pgbrk, in map_library()
790 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
796 …if (pgbrk-(size_t)base < this_max && mmap_fixed((void *)pgbrk, (size_t)base+this_max-pgbrk, prot, … in map_library()
/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
721 if (pgend > pgbrk && mmap_fixed(map+pgbrk, in map_library()
778 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
784 …if (pgbrk-(size_t)base < this_max && mmap_fixed((void *)pgbrk, (size_t)base+this_max-pgbrk, prot, … in map_library()
/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
1457 if (pgend > pgbrk && mmap_fixed(map+pgbrk, in map_library()
1568 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
1577 …if (pgbrk-(size_t)base < this_max && mmap_fixed((void *)pgbrk, zeromap_size, prot, MAP_PRIVATE|MAP… in map_library()
4725 if (pgend > pgbrk && mmap_fixed(map + pgbrk, in task_map_library()
4839 if (mmap_fixed( in task_map_library()
4856 if (pgbrk - (size_t)base < this_max && mmap_fixed( in task_map_library()