Searched refs:EI_VERSION (Results 1 – 12 of 12) sorted by relevance
51 #define EI_VERSION 6 /* version number. "e_version" must be the same */ macro99 & (h.e_ident[EI_VERSION] == EV_CURRENT) & (h.e_type == ET_EXEC) \
41 int version = (int) ((unsigned char *) buf)[EI_VERSION]; in determine_kind()
320 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()
72 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT, in ELFW()
134 #define EI_VERSION 6 /* File version byte index */ macro
33 [EI_VERSION] = EV_CURRENT },
41 [EI_VERSION] = EV_CURRENT },
301 #define EI_VERSION 6 macro
1087 #define EI_VERSION 6 macro
379 if (ehdr->e_ident[EI_VERSION] != EV_CURRENT) in check_elf_header()381 EI_VERSION, ehdr->e_ident[EI_VERSION]); in check_elf_header()
572 ehdr->e_ident[EI_VERSION], in print_ehdr()573 ehdr->e_ident[EI_VERSION] == EV_CURRENT ? gettext ("(current)") in print_ehdr()