Symbol: EI_VERSION
arch/mips/boot/tools/relocs.c
221
if (ehdr.e_ident[EI_VERSION] != EV_CURRENT)
arch/powerpc/kernel/fadump.c
933
elf->e_ident[EI_VERSION] = EV_CURRENT;
arch/powerpc/platforms/powernv/opal-core.c
362
elf->e_ident[EI_VERSION] = EV_CURRENT;
arch/s390/kernel/crash_dump.c
454
ehdr->e_ident[EI_VERSION] = EV_CURRENT;
arch/s390/tools/relocs.c
128
if (ehdr.e_ident[EI_VERSION] != EV_CURRENT)
arch/x86/tools/relocs.c
356
if (ehdr.e_ident[EI_VERSION] != EV_CURRENT)
drivers/remoteproc/remoteproc_elf_helpers.h
35
hdr->e_ident[EI_VERSION] = EV_CURRENT;
fs/binfmt_elf.c
1446
elf->e_ident[EI_VERSION] = EV_CURRENT;
fs/binfmt_elf_fdpic.c
1251
elf->e_ident[EI_VERSION] = EV_CURRENT;
fs/proc/kcore.c
358
[EI_VERSION] = EV_CURRENT,
fs/proc/vmcore.c
1231
ehdr.e_ident[EI_VERSION] != EV_CURRENT ||
fs/proc/vmcore.c
1287
ehdr.e_ident[EI_VERSION] != EV_CURRENT ||
kernel/crash_core.c
212
ehdr->e_ident[EI_VERSION] = EV_CURRENT;
kernel/kexec_elf.c
72
} else if (ehdr->e_ident[EI_VERSION] != EV_CURRENT ||
scripts/elf-parse.c
82
ehdr->e32.e_ident[EI_VERSION] != EV_CURRENT) {
scripts/recordmcount.c
559
ehdr->e_ident[EI_VERSION] != EV_CURRENT) {
tools/perf/util/dso.c
1246
if (e_ident[EI_VERSION] != EV_CURRENT)
tools/perf/util/symbol-minimal.c
120
hdrs.ehdr32.e_ident[EI_VERSION] != EV_CURRENT)
tools/perf/util/symbol-minimal.c
294
e_ident[EI_VERSION] != EV_CURRENT)
tools/testing/selftests/kvm/lib/elf.c
66
TEST_ASSERT(ident[EI_VERSION] == EV_CURRENT,
tools/testing/selftests/kvm/lib/elf.c
72
filename, ident[EI_VERSION], EV_CURRENT);