Home
last modified time | relevance | path

Searched refs:ELFOSABI_NONE (Results 1 – 22 of 22) sorted by relevance

/third_party/elfutils/libebl/
Deblosabiname.c45 if (osabi == ELFOSABI_NONE) in ebl_osabi_name()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h89 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
107 #define ELFOSABI_SYSV ELFOSABI_NONE /* symbol used in old spec */
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h89 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
107 #define ELFOSABI_SYSV ELFOSABI_NONE /* symbol used in old spec */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h83 return ELF::ELFOSABI_NONE; in getOSABI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp202 uint8_t OSABI = ELF::ELFOSABI_NONE;
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp377 #define ELFOSABI_NONE 0 // No extensions or unspecified macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h336 ELFOSABI_NONE = 0, // UNIX System V ABI enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h332 ELFOSABI_NONE = 0, // UNIX System V ABI enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp474 Str.write8(ELFOSABI_NONE); in writeELFHeaderInternal()
/third_party/elfio/elfio/
Delfio_dump.hpp59 { ELFOSABI_NONE, "UNIX System V" },
Delf_types.hpp358 constexpr unsigned char ELFOSABI_NONE = 0; // No extensions or unspecified variable
/third_party/musl/ndk_musl_include/
Delf.h103 #define ELFOSABI_NONE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h103 #define ELFOSABI_NONE 0 macro
/third_party/musl/include/
Delf.h103 #define ELFOSABI_NONE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h103 #define ELFOSABI_NONE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h103 #define ELFOSABI_NONE 0 macro
/third_party/musl/porting/linux/user/include/
Delf.h103 #define ELFOSABI_NONE 0 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt407 ELFOSABI_NONE
/third_party/elfutils/libelf/
Delf.h135 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp252 ECase(ELFOSABI_NONE); in enumeration()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1413 pub const ELFOSABI_NONE: u8 = 0; constant
/third_party/elfutils/src/
Delflint.c370 if (ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE in check_elf_header()