Home
last modified time | relevance | path

Searched refs:ELFOSABI_NONE (Results 1 - 18 of 18) sorted by relevance

/third_party/elfutils/libebl/
H A Deblosabiname.c45 if (osabi == ELFOSABI_NONE) in ebl_osabi_name()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A 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/
H A DAMDGPUAsmBackend.cpp202 uint8_t OSABI = ELF::ELFOSABI_NONE;
/third_party/elfio/c_wrapper/
H A 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/
H A DELF.h336 ELFOSABI_NONE = 0, // UNIX System V ABI enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp474 Str.write8(ELFOSABI_NONE); in writeELFHeaderInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h332 ELFOSABI_NONE = 0, // UNIX System V ABI enumerator
/third_party/elfio/elfio/
H A Delfio_dump.hpp59 { ELFOSABI_NONE, "UNIX System V" },
H A Delf_types.hpp358 constexpr unsigned char ELFOSABI_NONE = 0; // No extensions or unspecified member
/third_party/musl/porting/linux/user/include/
H A Delf.h103 #define ELFOSABI_NONE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h103 #define ELFOSABI_NONE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h103 #define ELFOSABI_NONE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h103 #define ELFOSABI_NONE 0 macro
/third_party/musl/include/
H A Delf.h103 #define ELFOSABI_NONE 0 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp252 ECase(ELFOSABI_NONE); in enumeration()
/third_party/elfutils/libelf/
H A Delf.h135 #define ELFOSABI_NONE 0 /* UNIX System V ABI */ macro
/third_party/elfutils/src/
H A Delflint.c370 if (ehdr->e_ident[EI_OSABI] != ELFOSABI_NONE in check_elf_header()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1413 pub const ELFOSABI_NONE: u8 = 0; consts

Completed in 129 milliseconds