Home
last modified time | relevance | path

Searched defs:PF_W (Results 1 - 9 of 9) sorted by relevance

/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp659 #define PF_W 2 // Write macro
/third_party/elfio/elfio/
H A Delf_types.hpp987 constexpr Elf_Word PF_W = 2; // Write member
/third_party/musl/porting/linux/user/include/
H A Delf.h623 #define PF_W (1 << 1) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h619 #define PF_W (1 << 1) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h619 #define PF_W (1 << 1) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h619 #define PF_W (1 << 1) macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1554 pub const PF_W: u32 = 1 << 1; consts
/third_party/elfutils/libelf/
H A Delf.h742 #define PF_W (1 << 1) /* Segment is writable */ macro
/third_party/musl/include/
H A Delf.h635 #define PF_W (1 << 1) macro

Completed in 79 milliseconds