PT_LOAD
if (ph->p_type != PT_LOAD || (ph->p_flags & PF_X) == 0)
case PT_LOAD:
case PT_LOAD:
if (ph->p_type != PT_LOAD || (ph->p_flags & PF_W) != 0)
if (phdr[i].p_type != PT_LOAD)
if (phdr[j].p_type != PT_LOAD)
if (ep[j].p_type == PT_LOAD)
if (ep->p_type == PT_LOAD)
PT_LOAD, /* p_type */
PT_LOAD, /* p_type */
phdr->p_type = PT_LOAD;
phdr->p_type = PT_LOAD;
if (phdr[i].p_type == PT_LOAD && phdr[i].p_memsz != 0) {
if (phdr[i].p_type == PT_LOAD) {
case PT_LOAD: /* Loadable segment */
case PT_LOAD:
phdr.p_type = PT_LOAD;
if (phdr[i].p_type != PT_LOAD) {
phdr->p_type = PT_LOAD;