Home
last modified time | relevance | path

Searched refs:EI_VERSION (Results 1 - 23 of 23) sorted by relevance

/third_party/libunwind/libunwind/src/
H A Delfxx.h63 if (ei->size <= EI_VERSION) in valid_object()
68 && ((uint8_t *) ei->image)[EI_VERSION] != EV_NONE in valid_object()
69 && ((uint8_t *) ei->image)[EI_VERSION] <= EV_CURRENT); in valid_object()
/third_party/elfio/elfio/
H A Delfio_header.hpp89 header.e_ident[EI_VERSION] = EV_CURRENT; in elf_header_impl()
124 ELFIO_GET_ACCESS( unsigned char, elf_version, header.e_ident[EI_VERSION] );
H A Delf_types.hpp334 constexpr unsigned char EI_VERSION = 6; member
/third_party/elfutils/libelf/
H A Dcommon.h52 int version = (int) ((unsigned char *) buf)[EI_VERSION]; in determine_kind()
H A Delf_getdata.c405 elf->state.elf32.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata_wrlock()
408 elf->state.elf64.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata_wrlock()
H A Delf32_updatenull.c86 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT, in ELFW()
H A Delf.h131 #define EI_VERSION 6 /* File version byte index */ macro
/third_party/elfutils/tests/
H A Dasm-tst2.c42 [EI_VERSION] = EV_CURRENT },
H A Dasm-tst1.c42 [EI_VERSION] = EV_CURRENT },
H A Dasm-tst9.c50 [EI_VERSION] = EV_CURRENT },
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs332 if hdr.e_ident[EI_VERSION] != EV_CURRENT in check_elf_base()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp354 #define EI_VERSION 6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h56 EI_VERSION = 6, // File version. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h53 EI_VERSION = 6, // File version. enumerator
/third_party/elfutils/src/
H A Delflint.c364 if (ehdr->e_ident[EI_VERSION] != EV_CURRENT) in check_elf_header()
366 EI_VERSION, ehdr->e_ident[EI_VERSION]); in check_elf_header()
H A Dreadelf.c1115 ehdr->e_ident[EI_VERSION], in print_ehdr()
1116 ehdr->e_ident[EI_VERSION] == EV_CURRENT ? _("(current)") in print_ehdr()
/third_party/musl/porting/linux/user/include/
H A Delf.h99 #define EI_VERSION 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h99 #define EI_VERSION 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h99 #define EI_VERSION 6 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h99 #define EI_VERSION 6 macro
/third_party/musl/include/
H A Delf.h99 #define EI_VERSION 6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp283 Header.e_ident[EI_VERSION] = EV_CURRENT; in writeELFHeader()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1410 pub const EI_VERSION: usize = 6; consts

Completed in 108 milliseconds