Searched refs:PT_LOAD (Results 1 – 10 of 10) sorted by relevance
68 {.p_type = PT_LOAD}, \199 {.p_type = PT_LOAD}, in TEST()212 {.p_type = PT_LOAD}, in TEST()
527 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size()566 if (phdr->p_type != PT_LOAD || ((phdr->p_align & (phdr->p_align - 1)) != 0)) { in phdr_table_get_maximum_alignment()808 if (next_idx < phdr_count && phdr_table[next_idx].p_type == PT_LOAD) { in _extend_load_segment_vma()836 if (phdr->p_type != PT_LOAD) { in LoadSegments()977 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) { in _phdr_table_set_load_prot()1070 if (phdr->p_type == PT_LOAD && phdr->p_vaddr == relro_phdr->p_vaddr) { in _extend_gnu_relro_prot_end()1429 if (phdr->p_type == PT_LOAD) { in FindPhdr()1460 if (phdr->p_type != PT_LOAD) { in CheckPhdr()
550 if (phdr->p_type == PT_LOAD) { in get_elf_exec_load_bias()583 if (phdr->p_type != PT_LOAD) { in set_bss_vma_name()
864 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()
148 } else if (vdso_phdr[i].p_type == PT_LOAD) { in __libc_init_vdso()
130 if ((phdr.p_type == PT_LOAD) && (phdr.p_flags & PF_X) ) { in GetLoadBias()
66 if (phdr->p_type == PT_LOAD) { in TEST()
25 #define PT_LOAD 1 macro
529 #define PT_LOAD 1 /* Loadable segment. */ macro