Home
last modified time | relevance | path

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

/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp660 #define PF_R 4 // Read macro
/third_party/elfio/elfio/
H A Delf_types.hpp988 constexpr Elf_Word PF_R = 4; // Read member
/third_party/musl/porting/linux/user/include/
H A Delf.h624 #define PF_R (1 << 2) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h620 #define PF_R (1 << 2) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h620 #define PF_R (1 << 2) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h620 #define PF_R (1 << 2) macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1555 pub const PF_R: u32 = 1 << 2; consts
/third_party/elfutils/libelf/
H A Delf.h743 #define PF_R (1 << 2) /* Segment is readable */ macro
/third_party/musl/include/
H A Delf.h636 #define PF_R (1 << 2) macro

Completed in 83 milliseconds