Home
last modified time | relevance | path

Searched defs:PF_X (Results 1 – 10 of 10) sorted by relevance

/external/crosvm/kernel_loader/src/
Delf.rs134 pub const PF_X: u32 = 1; constant
/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc123 constexpr auto PF_X = 1; variable
/external/kernel-headers/original/uapi/linux/
Delf.h243 #define PF_X 0x1 macro
/external/llvm/include/llvm/Support/
DELF.h1060 PF_X = 1, // Execute enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1062 PF_X = 1, // Execute enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1225 PF_X = 1, // Execute enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1252 PF_X = 1, // Execute enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h498 #define PF_X (1 << 0) macro
/external/kmod/port-gnu/
Delf.h621 #define PF_X (1 << 0) /* Segment is executable */ macro
/external/elfutils/libelf/
Delf.h732 #define PF_X (1 << 0) /* Segment is executable */ macro