Home
last modified time | relevance | path

Searched defs:VER_FLG_BASE (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs56 pub(super) const VER_FLG_BASE: u16 = 0x1; constant
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h446 #define VER_FLG_BASE 0x01 macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h446 #define VER_FLG_BASE 0x01 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1295 enum { VER_FLG_BASE = 0x1, VER_FLG_WEAK = 0x2, VER_FLG_INFO = 0x4 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1325 enum { VER_FLG_BASE = 0x1, VER_FLG_WEAK = 0x2, VER_FLG_INFO = 0x4 }; enumerator
/third_party/musl/porting/uniproton/kernel/include/
Delf.h894 #define VER_FLG_BASE 0x1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h894 #define VER_FLG_BASE 0x1 macro
/third_party/musl/ndk_musl_include/
Delf.h894 #define VER_FLG_BASE 0x1 macro
/third_party/musl/include/
Delf.h897 #define VER_FLG_BASE 0x1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h894 #define VER_FLG_BASE 0x1 macro
/third_party/musl/porting/linux/user/include/
Delf.h902 #define VER_FLG_BASE 0x1 macro
/third_party/elfutils/libelf/
Delf.h1067 #define VER_FLG_BASE 0x1 /* Version definition of file itself */ macro