Searched refs:next_ph (Results 1 – 3 of 3) sorted by relevance
775 Phdr *next_ph = ph; in map_library() local777 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()
780 Phdr *next_ph = ph; in map_library() local782 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()