Home
last modified time | relevance | path

Searched refs:EI_ABIVERSION (Results 1 - 16 of 16) sorted by relevance

/third_party/elfio/elfio/
H A Delfio_header.hpp134 header.e_ident[EI_ABIVERSION] );
H A Delf_types.hpp336 constexpr unsigned char EI_ABIVERSION = 8; member
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs324 if hdr.e_ident[EI_ABIVERSION] != ELFABIVERSION { in check_elf_base()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp356 #define EI_ABIVERSION 8 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h58 EI_ABIVERSION = 8, // ABI version. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h55 EI_ABIVERSION = 8, // ABI version. enumerator
/third_party/elfutils/src/
H A Delflint.c378 if (ehdr->e_ident[EI_ABIVERSION] != 0) in check_elf_header()
380 EI_ABIVERSION, ehdr->e_ident[EI_ABIVERSION]); in check_elf_header()
H A Dreadelf.c1124 ehdr->e_ident[EI_ABIVERSION]); in print_ehdr()
/third_party/musl/porting/linux/user/include/
H A Delf.h119 #define EI_ABIVERSION 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h119 #define EI_ABIVERSION 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h119 #define EI_ABIVERSION 8 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h119 #define EI_ABIVERSION 8 macro
/third_party/musl/include/
H A Delf.h119 #define EI_ABIVERSION 8 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp285 Header.e_ident[EI_ABIVERSION] = Doc.Header.ABIVersion; in writeELFHeader()
/third_party/elfutils/libelf/
H A Delf.h152 #define EI_ABIVERSION 8 /* ABI version */ macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1429 pub const EI_ABIVERSION: usize = 8; consts

Completed in 108 milliseconds