/third_party/libunwind/src/ |
D | elfxx.h | 74 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()
|
D | elfxx.c | 596 && ((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/ |
D | elfio_header.hpp | 89 header.e_ident[EI_VERSION] = EV_CURRENT; in elf_header_impl() 124 ELFIO_GET_ACCESS( unsigned char, elf_version, header.e_ident[EI_VERSION] );
|
D | elf_types.hpp | 334 constexpr unsigned char EI_VERSION = 6; variable
|
/third_party/elfutils/libelf/ |
D | common.h | 52 int version = (int) ((unsigned char *) buf)[EI_VERSION]; in determine_kind()
|
D | elf_getdata.c | 405 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()
|
D | elf32_updatenull.c | 86 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT, in ELFW()
|
/third_party/elfutils/tests/ |
D | asm-tst1.c | 42 [EI_VERSION] = EV_CURRENT },
|
D | asm-tst2.c | 42 [EI_VERSION] = EV_CURRENT },
|
D | asm-tst9.c | 50 [EI_VERSION] = EV_CURRENT },
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 13 pub(super) const EI_VERSION: usize = 6; constant
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
D | auxv.rs | 332 if hdr.e_ident[EI_VERSION] != EV_CURRENT in check_elf_base()
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 59 #define EI_VERSION 6 /* ELF format version. */ macro
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 59 #define EI_VERSION 6 /* ELF format version. */ macro
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 354 #define EI_VERSION 6 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 56 EI_VERSION = 6, // File version. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 53 EI_VERSION = 6, // File version. enumerator
|
/third_party/elfutils/src/ |
D | elflint.c | 364 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/ |
D | elf.h | 99 #define EI_VERSION 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 99 #define EI_VERSION 6 macro
|
/third_party/musl/include/ |
D | elf.h | 99 #define EI_VERSION 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 99 #define EI_VERSION 6 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 99 #define EI_VERSION 6 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 99 #define EI_VERSION 6 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 378 EI_VERSION
|