Home
last modified time | relevance | path

Searched refs:EI_VERSION (Results 1 – 25 of 30) sorted by relevance

12

/third_party/libunwind/src/
Delfxx.h74 if (ei->size <= EI_VERSION) in elf_w()
79 && ((uint8_t *) ei->image)[EI_VERSION] != EV_NONE in elf_w()
80 && ((uint8_t *) ei->image)[EI_VERSION] <= EV_CURRENT); in elf_w()
Delfxx.c596 && ((uint8_t *) elf)[EI_VERSION] != EV_NONE in calc_elf_file_size()
597 && ((uint8_t *) elf)[EI_VERSION] <= EV_CURRENT)) { in calc_elf_file_size()
/third_party/elfio/elfio/
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] );
Delf_types.hpp334 constexpr unsigned char EI_VERSION = 6; variable
/third_party/elfutils/libelf/
Dcommon.h52 int version = (int) ((unsigned char *) buf)[EI_VERSION]; in determine_kind()
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()
Delf32_updatenull.c86 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT, in ELFW()
/third_party/elfutils/tests/
Dasm-tst1.c42 [EI_VERSION] = EV_CURRENT },
Dasm-tst2.c42 [EI_VERSION] = EV_CURRENT },
Dasm-tst9.c50 [EI_VERSION] = EV_CURRENT },
/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs13 pub(super) const EI_VERSION: usize = 6; constant
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
Dauxv.rs332 if hdr.e_ident[EI_VERSION] != EV_CURRENT in check_elf_base()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h59 #define EI_VERSION 6 /* ELF format version. */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h59 #define EI_VERSION 6 /* ELF format version. */ macro
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp354 #define EI_VERSION 6 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h56 EI_VERSION = 6, // File version. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h53 EI_VERSION = 6, // File version. enumerator
/third_party/elfutils/src/
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()
/third_party/musl/ndk_musl_include/
Delf.h99 #define EI_VERSION 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h99 #define EI_VERSION 6 macro
/third_party/musl/include/
Delf.h99 #define EI_VERSION 6 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h99 #define EI_VERSION 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h99 #define EI_VERSION 6 macro
/third_party/musl/porting/linux/user/include/
Delf.h99 #define EI_VERSION 6 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt378 EI_VERSION

12