Searched refs:PT_LOAD (Results 1 – 8 of 8) sorted by relevance
492 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size()642 if (phdr->p_type != PT_LOAD) { in LoadSegments()744 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) { in _phdr_table_set_load_prot()1112 if (phdr->p_type == PT_LOAD) { in FindPhdr()1134 if (phdr->p_type != PT_LOAD) { in CheckPhdr()
521 if (phdr->p_type == PT_LOAD) { in get_elf_exec_load_bias()554 if (phdr->p_type != PT_LOAD) { in set_bss_vma_name()
829 if (phdr->p_type != PT_LOAD) { in find_containing_library()
98 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) { in dl_iterate_phdr()
109 } else if (vdso_phdr[i].p_type == PT_LOAD) { in __libc_init_vdso()
122 if (phdr.p_type == PT_LOAD && phdr.p_offset == entry->offset) { in read_loadbias()
37 #define PT_LOAD 1 macro
66 if (phdr->p_type == PT_LOAD) { in TEST()