Home
last modified time | relevance | path

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

/external/grub/stage2/
Di386-elf.h51 #define EI_VERSION 6 /* version number. "e_version" must be the same */ macro
99 & (h.e_ident[EI_VERSION] == EV_CURRENT) & (h.e_type == ET_EXEC) \
/external/elfutils/libelf/
Dcommon.h41 int version = (int) ((unsigned char *) buf)[EI_VERSION]; in determine_kind()
Delf_getdata.c320 elf->state.elf32.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata()
323 elf->state.elf64.ehdr->e_ident[EI_VERSION]; in __libelf_set_rawdata()
Delf32_updatenull.c72 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT, in ELFW()
Delf.h134 #define EI_VERSION 6 /* File version byte index */ macro
/external/elfutils/tests/
Dasm-tst1.c33 [EI_VERSION] = EV_CURRENT },
Dasm-tst2.c33 [EI_VERSION] = EV_CURRENT },
Dasm-tst9.c41 [EI_VERSION] = EV_CURRENT },
/external/kernel-headers/original/linux/
Delf.h301 #define EI_VERSION 6 macro
/external/qemu/
Delf.h1087 #define EI_VERSION 6 macro
/external/elfutils/src/
Delflint.c379 if (ehdr->e_ident[EI_VERSION] != EV_CURRENT) in check_elf_header()
381 EI_VERSION, ehdr->e_ident[EI_VERSION]); in check_elf_header()
Dreadelf.c572 ehdr->e_ident[EI_VERSION], in print_ehdr()
573 ehdr->e_ident[EI_VERSION] == EV_CURRENT ? gettext ("(current)") in print_ehdr()