Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/lib/
Delf.c66 TEST_ASSERT(ident[EI_VERSION] == EV_CURRENT, in elfhdr_get()
72 filename, ident[EI_VERSION], EV_CURRENT); in elfhdr_get()
/linux-6.12.1/arch/powerpc/boot/
Delf.h123 #define EI_VERSION 6 macro
/linux-6.12.1/tools/perf/util/
Dsymbol-minimal.c107 e_ident[EI_VERSION] != EV_CURRENT) in filename__read_build_id()
314 e_ident[EI_VERSION] != EV_CURRENT) in fd__is_64_bit()
/linux-6.12.1/drivers/remoteproc/
Dremoteproc_elf_helpers.h35 hdr->e_ident[EI_VERSION] = EV_CURRENT; in elf_hdr_init_ident()
/linux-6.12.1/scripts/
Dsorttable.c299 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
Drecordmcount.c559 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
/linux-6.12.1/include/uapi/linux/
Delf.h340 #define EI_VERSION 6 macro
/linux-6.12.1/kernel/
Dkexec_elf.c72 } else if (ehdr->e_ident[EI_VERSION] != EV_CURRENT || in elf_is_ehdr_sane()
Dcrash_core.c197 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in crash_prepare_elf64_headers()
/linux-6.12.1/arch/s390/tools/
Drelocs.c128 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
/linux-6.12.1/fs/proc/
Dvmcore.c1229 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf64_headers()
1285 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf32_headers()
Dkcore.c361 [EI_VERSION] = EV_CURRENT, in read_kcore_iter()
/linux-6.12.1/arch/powerpc/platforms/powernv/
Dopal-core.c362 elf->e_ident[EI_VERSION] = EV_CURRENT; in create_opalcore()
/linux-6.12.1/arch/mips/boot/tools/
Drelocs.c220 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
/linux-6.12.1/arch/s390/kernel/
Dcrash_dump.c460 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in ehdr_init()
/linux-6.12.1/arch/x86/tools/
Drelocs.c381 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
/linux-6.12.1/arch/powerpc/kernel/
Dfadump.c933 elf->e_ident[EI_VERSION] = EV_CURRENT; in fadump_init_elfcore_header()
/linux-6.12.1/fs/
Dbinfmt_elf_fdpic.c1235 elf->e_ident[EI_VERSION] = EV_CURRENT; in fill_elf_fdpic_header()
Dbinfmt_elf.c1474 elf->e_ident[EI_VERSION] = EV_CURRENT; in fill_elf_header()