Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/kvm/lib/
Delf.c67 TEST_ASSERT(ident[EI_VERSION] == EV_CURRENT, in elfhdr_get()
73 filename, ident[EI_VERSION], EV_CURRENT); in elfhdr_get()
/linux-5.19.10/arch/powerpc/boot/
Delf.h123 #define EI_VERSION 6 macro
/linux-5.19.10/tools/perf/util/
Dsymbol-minimal.c107 e_ident[EI_VERSION] != EV_CURRENT) in filename__read_build_id()
312 e_ident[EI_VERSION] != EV_CURRENT) in fd__is_64_bit()
/linux-5.19.10/drivers/remoteproc/
Dremoteproc_elf_helpers.h35 hdr->e_ident[EI_VERSION] = EV_CURRENT; in elf_hdr_init_ident()
/linux-5.19.10/scripts/
Dsorttable.c299 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
Drecordmcount.c525 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
/linux-5.19.10/include/uapi/linux/
Delf.h340 #define EI_VERSION 6 macro
/linux-5.19.10/kernel/
Dkexec_elf.c72 } else if (ehdr->e_ident[EI_VERSION] != EV_CURRENT || in elf_is_ehdr_sane()
Dkexec_file.c1253 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in crash_prepare_elf64_headers()
/linux-5.19.10/fs/proc/
Dvmcore.c1228 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf64_headers()
1284 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf32_headers()
Dkcore.c346 [EI_VERSION] = EV_CURRENT, in read_kcore()
/linux-5.19.10/arch/powerpc/platforms/powernv/
Dopal-core.c360 elf->e_ident[EI_VERSION] = EV_CURRENT; in create_opalcore()
/linux-5.19.10/arch/s390/kernel/
Dcrash_dump.c527 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in ehdr_init()
/linux-5.19.10/arch/mips/boot/tools/
Drelocs.c220 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
/linux-5.19.10/arch/x86/tools/
Drelocs.c380 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) { in read_ehdr()
/linux-5.19.10/arch/powerpc/kernel/
Dfadump.c972 elf->e_ident[EI_VERSION] = EV_CURRENT; in fadump_init_elfcore_header()
/linux-5.19.10/fs/
Dbinfmt_elf_fdpic.c1242 elf->e_ident[EI_VERSION] = EV_CURRENT; in fill_elf_fdpic_header()
Dbinfmt_elf.c1498 elf->e_ident[EI_VERSION] = EV_CURRENT; in fill_elf_header()