Home
last modified time | relevance | path

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

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