Home
last modified time | relevance | path

Searched refs:ELFOSABI_SOLARIS (Results 1 – 18 of 18) sorted by relevance

/third_party/elfutils/libebl/
Deblosabiname.c53 else if (osabi == ELFOSABI_SOLARIS) in ebl_osabi_name()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h95 #define ELFOSABI_SOLARIS 6 /* Solaris */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h95 #define ELFOSABI_SOLARIS 6 /* Solaris */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp381 #define ELFOSABI_SOLARIS 6 // Sun Solaris macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h342 ELFOSABI_SOLARIS = 6, // Solaris enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h338 ELFOSABI_SOLARIS = 6, // Solaris enumerator
/third_party/elfio/elfio/
Delfio_dump.hpp64 { ELFOSABI_SOLARIS, "Sun Solaris" },
Delf_types.hpp363 constexpr unsigned char ELFOSABI_SOLARIS = 6; // Sun Solaris variable
/third_party/musl/ndk_musl_include/
Delf.h109 #define ELFOSABI_SOLARIS 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h109 #define ELFOSABI_SOLARIS 6 macro
/third_party/musl/include/
Delf.h109 #define ELFOSABI_SOLARIS 6 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h109 #define ELFOSABI_SOLARIS 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h109 #define ELFOSABI_SOLARIS 6 macro
/third_party/musl/porting/linux/user/include/
Delf.h109 #define ELFOSABI_SOLARIS 6 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt409 ELFOSABI_SOLARIS
/third_party/elfutils/libelf/
Delf.h141 #define ELFOSABI_SOLARIS 6 /* Sun Solaris. */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp258 ECase(ELFOSABI_SOLARIS); in enumeration()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1419 pub const ELFOSABI_SOLARIS: u8 = 6; constant