Searched refs:p_flags (Results 1 – 3 of 3) sorted by relevance
308 PFLAGS_TO_PROT(phdr->p_flags), in phdr_table_load_segments()319 if ((phdr->p_flags & PF_W) != 0 && PAGE_OFFSET(seg_file_end) > 0) { in phdr_table_load_segments()333 PFLAGS_TO_PROT(phdr->p_flags), in phdr_table_load_segments()359 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) in _phdr_table_set_load_prot()367 PFLAGS_TO_PROT(phdr->p_flags) | extra_prot_flags); in _phdr_table_set_load_prot()
125 DEBUG("\t\tphdr->p_flags = 0x%08x\n", (unsigned)((phdr)->p_flags)); \
244 Elf32_Word p_flags; member250 Elf64_Word p_flags; member