Searched refs:PF_X (Results 1 – 5 of 5) sorted by relevance
59 !(ppnt->p_flags & PF_W) && (ppnt->p_flags & PF_X)) in __dl_is_special_segment()64 (ppnt->p_flags & PF_W) && !(ppnt->p_flags & PF_X)) in __dl_is_special_segment()92 !(ppnt->p_flags & PF_W) && (ppnt->p_flags & PF_X)) in __dl_map_segment()117 (ppnt->p_flags & PF_W) && !(ppnt->p_flags & PF_X)) in __dl_map_segment()
253 (((X) & PF_X) ? PROT_EXEC : 0))
271 (ph.flags() & PF_X) ? 'x' : '-');343 if (ph.flags() & PF_X)
467 #define PF_X 0x1 macro
710 #define PF_X (1 << 0) /* Segment is executable */ macro
Completed in 24 milliseconds