Home
last modified time | relevance | path

Searched defs:PF_W (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs42 pub(super) const PF_W: u32 = 2; constant
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h273 #define PF_W 0x2 /* Writable. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h273 #define PF_W 0x2 /* Writable. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp659 #define PF_W 2 // Write macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1063 PF_W = 2, // Write enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1226 PF_W = 2, // Write enumerator
/third_party/elfio/elfio/
Delf_types.hpp987 constexpr Elf_Word PF_W = 2; // Write variable
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1554 pub const PF_W: u32 = 1 << 1; constant
/third_party/musl/ndk_musl_include/
Delf.h619 #define PF_W (1 << 1) macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h619 #define PF_W (1 << 1) macro
/third_party/musl/include/
Delf.h620 #define PF_W (1 << 1) macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h619 #define PF_W (1 << 1) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h619 #define PF_W (1 << 1) macro
/third_party/musl/porting/linux/user/include/
Delf.h622 #define PF_W (1 << 1) macro
/third_party/elfutils/libelf/
Delf.h742 #define PF_W (1 << 1) /* Segment is writable */ macro