Searched refs:EI_VERSION (Results 1 - 12 of 12) 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.h41 int version = (int) ((unsigned char *) buf)[EI_VERSION];
H A Delf_getdata.c320 elf->state.elf32.ehdr->e_ident[EI_VERSION];
323 elf->state.elf64.ehdr->e_ident[EI_VERSION];
H A Delf32_updatenull.c72 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT,
H A Delf.h134 #define EI_VERSION 6 /* File version byte index */ macro
/external/elfutils/tests/
H A Dasm-tst1.c33 [EI_VERSION] = EV_CURRENT },
H A Dasm-tst2.c33 [EI_VERSION] = EV_CURRENT },
H A Dasm-tst9.c41 [EI_VERSION] = EV_CURRENT },
/external/kernel-headers/original/linux/
H A Delf.h301 #define EI_VERSION 6 macro
321 #define EV_NONE 0 /* e_version, EI_VERSION */
/external/elfutils/src/
H A Delflint.c379 if (ehdr->e_ident[EI_VERSION] != EV_CURRENT)
381 EI_VERSION, ehdr->e_ident[EI_VERSION]);
H A Dreadelf.c572 ehdr->e_ident[EI_VERSION],
573 ehdr->e_ident[EI_VERSION] == EV_CURRENT ? gettext ("(current)")
/external/qemu/
H A Delf.h1083 #define EI_VERSION 6 macro
1118 #define EV_NONE 0 /* e_version, EI_VERSION */

Completed in 84 milliseconds