Searched refs:PT_LOAD (Results 1 – 4 of 4) sorted by relevance
251 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size()312 if (phdr->p_type != PT_LOAD) { in LoadSegments()387 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) in _phdr_table_set_load_prot()626 if (phdr->p_type == PT_LOAD) { in FindPhdr()648 if (phdr->p_type != PT_LOAD) { in CheckPhdr()
1600 if (si->phdr[i].p_type == PT_LOAD) { in add_vdso()1807 if (phdr->p_type == PT_LOAD) { in get_elf_exec_load_bias()
72 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) { in dl_iterate_phdr()
337 #define PT_LOAD 1 /* Loadable program segment */ macro