Home | History | Annotate | Download | only in src

Lines Matching full:phdr2

1397 		  GElf_Phdr *phdr2 = NULL;
1400 phdr2 = gelf_getphdr (ebl->elf, cnt2, &phdr2_mem);
1402 if (phdr2 != NULL && phdr2->p_type == PT_LOAD
1403 && shdr->sh_addr >= phdr2->p_vaddr
1405 <= phdr2->p_vaddr + phdr2->p_memsz))
1411 if ((phdr2->p_flags & PF_W) == 0 && !in_ro)
1416 else if ((phdr2->p_flags & PF_W) != 0 && in_ro)