Searched refs:PT_LOAD (Results 1 – 3 of 3) sorted by relevance
191 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size()254 if (phdr->p_type == PT_LOAD) { in phdr_table_reserve_memory()287 if (phdr->p_type != PT_LOAD) in phdr_table_load_segments()359 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) in _phdr_table_set_load_prot()610 if (phdr->p_type == PT_LOAD) { in phdr_table_get_loaded_phdr()634 if (phdr->p_type != PT_LOAD) in phdr_table_get_loaded_phdr()
2014 if (phdr->p_type == PT_LOAD) { in get_elf_exec_load_bias()
47 #define PT_LOAD 1 macro