Searched refs:phdr2 (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/src/
H A Delflint.c4121 GElf_Phdr *phdr2; local
4123 phdr2 = gelf_getphdr (ebl->elf, inner, &phdr2_mem);
4124 if (phdr2 == NULL)
4127 if (phdr2->p_type == PT_LOAD
4128 && phdr->p_vaddr >= phdr2->p_vaddr
4130 <= phdr2->p_vaddr + phdr2->p_memsz))
4132 if ((phdr2->p_flags & PF_W) == 0)
4135 if ((phdr2->p_flags &~ PF_W) != (phdr->p_flags &~ PF_W))
4155 GElf_Phdr *phdr2; local
[all...]
H A Delfcmp.c456 GElf_Phdr *phdr2 = gelf_getphdr (elf2, ndx, &phdr2_mem); local
462 if (unlikely (memcmp (phdr1, phdr2, sizeof (GElf_Phdr)) != 0))
H A Dreadelf.c1046 GElf_Phdr *phdr2 = NULL; local
1050 phdr2 = gelf_getphdr (ebl->elf, cnt2, &phdr2_mem);
1052 if (phdr2 != NULL && phdr2->p_type == PT_LOAD
1053 && shdr->sh_addr >= phdr2->p_vaddr
1055 <= phdr2->p_vaddr + phdr2->p_memsz))
1061 if ((phdr2->p_flags & PF_W) == 0 && !in_ro)
1066 else if ((phdr2->p_flags & PF_W) != 0 && in_ro)

Completed in 86 milliseconds