Searched defs:PF_X (Results 1 – 15 of 15) sorted by relevance
41 pub(super) const PF_X: u32 = 1; constant
272 #define PF_X 0x1 /* Executable. */ macro
658 #define PF_X 1 // Execute macro
1062 PF_X = 1, // Execute enumerator
986 constexpr Elf_Word PF_X = 1; // Execute variable
1225 PF_X = 1, // Execute enumerator
1553 pub const PF_X: u32 = 1 << 0; constant
621 #define PF_X (1 << 0) macro
618 #define PF_X (1 << 0) macro
619 #define PF_X (1 << 0) macro
741 #define PF_X (1 << 0) /* Segment is executable */ macro