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

/external/grub/stage2/
H A Di386-elf.h51 #define EI_VERSION 6 /* version number. "e_version" must be the same */ macro
72 Elf32_Word e_version; /* use same as "EI_VERSION" above */
99 & (h.e_ident[EI_VERSION] == EV_CURRENT) & (h.e_type == ET_EXEC) \
/external/elfutils/libelf/
H A Dcommon.h76 int version = (int) ((unsigned char *) buf)[EI_VERSION];
H A Delf_getdata.c328 elf->state.elf32.ehdr->e_ident[EI_VERSION];
331 elf->state.elf64.ehdr->e_ident[EI_VERSION];
H A Delf32_updatenull.c105 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT,
H A Delf.h145 #define EI_VERSION 6 /* File version byte index */ macro
/external/elfutils/tests/
H A Dasm-tst1.c49 [EI_VERSION] = EV_CURRENT },
H A Dasm-tst2.c49 [EI_VERSION] = EV_CURRENT },
H A Dasm-tst9.c57 [EI_VERSION] = EV_CURRENT },
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h100 EI_VERSION = 6, /* File version */ enumerator in enum:__anon13984
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp258 Header.e_ident[EI_VERSION] = EV_CURRENT;
/external/llvm/include/llvm/Support/
H A DELF.h55 EI_VERSION = 6, // File version. enumerator in enum:llvm::ELF::__anon20979
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp436 W.printNumber("FileVersion", Header->e_ident[ELF::EI_VERSION]);
/external/qemu/
H A Delf.h1135 #define EI_VERSION 6 macro
1170 #define EV_NONE 0 /* e_version, EI_VERSION */
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c95 ehdr->e_ident[EI_VERSION] = EV_CURRENT;
/external/elfutils/src/
H A Delflint.c378 if (ehdr->e_ident[EI_VERSION] != EV_CURRENT)
380 EI_VERSION, ehdr->e_ident[EI_VERSION]);
H A Dreadelf.c718 ehdr->e_ident[EI_VERSION],
719 ehdr->e_ident[EI_VERSION] == EV_CURRENT ? gettext ("(current)")
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c128 && ehdr->e_ident[EI_VERSION] == EV_CURRENT);
/external/valgrind/main/perf/
H A Dtinycc.c218 #define EI_VERSION 6 /* File version byte index */ macro

Completed in 211 milliseconds