Home
last modified time | relevance | path

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

/third_party/musl/ldso/
Ddynlink.c562 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() function
704 if (pgend > pgbrk && mmap_fixed(map+pgbrk, in map_library()
761 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
767 …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.c560 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() function
702 if (pgend > pgbrk && mmap_fixed(map+pgbrk, in map_library()
773 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
779 …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/ldso/
Ddynlink.c560 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() function
702 if (pgend > pgbrk && mmap_fixed(map+pgbrk, in map_library()
773 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
779 …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.c568 static void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() function
710 if (pgend > pgbrk && mmap_fixed(map+pgbrk, in map_library()
767 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
773 …if (pgbrk-(size_t)base < this_max && mmap_fixed((void *)pgbrk, (size_t)base+this_max-pgbrk, prot, … in map_library()