PT_INTERP
if (phdr->p_type == PT_INTERP)
if (elf_ppnt->p_type != PT_INTERP)
case PT_INTERP:
{ .p_type = PT_INTERP, .p_vaddr = 0x00000318, .p_memsz = 0x00001c, },
{ .p_type = PT_INTERP, .p_vaddr = 10, .p_memsz = 999999, },
if (elf_info->proghdrs[i].p_type == PT_INTERP) {
if (info->dlpi_phdr[i].p_type == PT_INTERP) {