Home
last modified time | relevance | path

Searched defs:pgend (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/ldso/linux/
Ddynlink.c1681 size_t pgend = brk + ph->p_memsz - ph->p_filesz in map_library() local
5297 size_t pgend = (brk + ph->p_memsz - ph->p_filesz + PAGE_SIZE - 1) & -PAGE_SIZE; in task_map_library() local
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1520 size_t pgend = brk + ph->p_memsz - ph->p_filesz in map_library() local
4918 size_t pgend = (brk + ph->p_memsz - ph->p_filesz + PAGE_SIZE - 1) & -PAGE_SIZE; in task_map_library() local
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c717 size_t pgend = brk + ph->p_memsz - ph->p_filesz in map_library() local
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c717 size_t pgend = brk + ph->p_memsz - ph->p_filesz in map_library() local
/third_party/musl/ldso/
Ddynlink.c784 size_t pgend = brk + ph->p_memsz - ph->p_filesz in map_library() local