Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Delf.h123 #define EI_VERSION 6 macro
/arch/powerpc/platforms/powernv/
Dopal-core.c360 elf->e_ident[EI_VERSION] = EV_CURRENT; in create_opalcore()
/arch/s390/kernel/
Dcrash_dump.c516 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in ehdr_init()
/arch/mips/boot/tools/
Drelocs.c220 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
/arch/x86/tools/
Drelocs.c356 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) { in read_ehdr()
/arch/powerpc/kernel/
Dfadump.c961 elf->e_ident[EI_VERSION] = EV_CURRENT; in fadump_init_elfcore_header()