Home
last modified time | relevance | path

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

/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp658 #define PF_X 1 // Execute macro
/third_party/elfio/elfio/
H A Delf_types.hpp986 constexpr Elf_Word PF_X = 1; // Execute member
/third_party/musl/porting/linux/user/include/
H A Delf.h622 #define PF_X (1 << 0) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h618 #define PF_X (1 << 0) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h618 #define PF_X (1 << 0) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h618 #define PF_X (1 << 0) macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1553 pub const PF_X: u32 = 1 << 0; consts
/third_party/elfutils/libelf/
H A Delf.h741 #define PF_X (1 << 0) /* Segment is executable */ macro
/third_party/musl/include/
H A Delf.h634 #define PF_X (1 << 0) macro

Completed in 78 milliseconds