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

/linux-master/tools/testing/selftests/kvm/lib/
H A Delf.c66 TEST_ASSERT(ident[EI_VERSION] == EV_CURRENT,
70 " ident[EI_VERSION]: %02x\n"
72 filename, ident[EI_VERSION], EV_CURRENT);
76 * validated, especially that the value at EI_VERSION is
/linux-master/arch/powerpc/boot/
H A Delf.h123 #define EI_VERSION 6 macro
143 #define EV_NONE 0 /* e_version, EI_VERSION */
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h35 hdr->e_ident[EI_VERSION] = EV_CURRENT;
/linux-master/tools/perf/util/
H A Dsymbol-minimal.c107 e_ident[EI_VERSION] != EV_CURRENT)
314 e_ident[EI_VERSION] != EV_CURRENT)
/linux-master/scripts/
H A Dsorttable.c299 ehdr->e_ident[EI_VERSION] != EV_CURRENT) {
H A Drecordmcount.c559 ehdr->e_ident[EI_VERSION] != EV_CURRENT) {
/linux-master/include/uapi/linux/
H A Delf.h340 #define EI_VERSION 6 macro
360 #define EV_NONE 0 /* e_version, EI_VERSION */
/linux-master/kernel/
H A Dkexec_elf.c72 } else if (ehdr->e_ident[EI_VERSION] != EV_CURRENT ||
H A Dcrash_core.c195 ehdr->e_ident[EI_VERSION] = EV_CURRENT;
/linux-master/arch/s390/tools/
H A Drelocs.c128 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT)
/linux-master/arch/mips/boot/tools/
H A Drelocs.c220 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT)
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c460 ehdr->e_ident[EI_VERSION] = EV_CURRENT;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c362 elf->e_ident[EI_VERSION] = EV_CURRENT;
/linux-master/fs/proc/
H A Dkcore.c347 [EI_VERSION] = EV_CURRENT,
H A Dvmcore.c1226 ehdr.e_ident[EI_VERSION] != EV_CURRENT ||
1282 ehdr.e_ident[EI_VERSION] != EV_CURRENT ||
/linux-master/arch/x86/tools/
H A Drelocs.c381 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) {
/linux-master/arch/powerpc/kernel/
H A Dfadump.c973 elf->e_ident[EI_VERSION] = EV_CURRENT;
/linux-master/fs/
H A Dbinfmt_elf.c1433 elf->e_ident[EI_VERSION] = EV_CURRENT;
H A Dbinfmt_elf_fdpic.c1242 elf->e_ident[EI_VERSION] = EV_CURRENT;

Completed in 180 milliseconds