Home
last modified time | relevance | path

Searched refs:PF_MASKOS (Results 1 – 15 of 15) sorted by relevance

/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h275 #define PF_MASKOS 0x0ff00000 /* Operating system-specific. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h275 #define PF_MASKOS 0x0ff00000 /* Operating system-specific. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp661 #define PF_MASKOS 0x0ff00000 // Unspecified macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1065 PF_MASKOS = 0x0ff00000, // Bits for operating system-specific semantics. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1228 PF_MASKOS = 0x0ff00000, // Bits for operating system-specific semantics. enumerator
/third_party/musl/porting/linux/user/include/
Delf.h624 #define PF_MASKOS 0x0ff00000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h621 #define PF_MASKOS 0x0ff00000 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h621 #define PF_MASKOS 0x0ff00000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h621 #define PF_MASKOS 0x0ff00000 macro
/third_party/musl/include/
Delf.h622 #define PF_MASKOS 0x0ff00000 macro
/third_party/elfio/elfio/
Delf_types.hpp989 constexpr Elf_Word PF_MASKOS = 0x0ff00000; // Unspecified variable
/third_party/musl/ndk_musl_include/
Delf.h621 #define PF_MASKOS 0x0ff00000 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1658 PF_MASKOS
/third_party/elfutils/libelf/
Delf.h744 #define PF_MASKOS 0x0ff00000 /* OS-specific */ macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1556 pub const PF_MASKOS: u32 = 0x0ff00000; constant