Home
last modified time | relevance | path

Searched refs:next_ph (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c775 Phdr *next_ph = ph; in map_library() local
777 next_ph = (void *)((char *)next_ph+eh->e_phentsize); in map_library()
778 if (next_ph->p_type != PT_LOAD) { in map_library()
781 size_t p_vaddr = (next_ph->p_vaddr & -(PAGE_SIZE)); in map_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c775 Phdr *next_ph = ph; in map_library() local
777 next_ph = (void *)((char *)next_ph+eh->e_phentsize); in map_library()
778 if (next_ph->p_type != PT_LOAD) { in map_library()
781 size_t p_vaddr = (next_ph->p_vaddr & -(PAGE_SIZE)); in map_library()
/third_party/musl/ldso/
Ddynlink.c780 Phdr *next_ph = ph; in map_library() local
782 next_ph = (void *)((char *)next_ph+eh->e_phentsize); in map_library()
783 if (next_ph->p_type != PT_LOAD) { in map_library()
786 size_t p_vaddr = (next_ph->p_vaddr & -(PAGE_SIZE)); in map_library()