Searched refs:PF_X (Results 1 – 4 of 4) sorted by relevance
130 if ((phdr.p_type == PT_LOAD) && (phdr.p_flags & PF_X) ) { in GetLoadBias()
195 #define PF_X 0x1 macro
143 #define PFLAGS_TO_PROT(x) (MAYBE_MAP_FLAG((x), PF_X, PROT_EXEC) | \902 if ((phdr->p_flags & PF_X) && phdr->p_align == kPmdSize && in LoadSegments()
564 #define PF_X 0x1 /* Executable. */ macro