Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/lib/
H A Delf.c66 TEST_ASSERT(ident[EI_VERSION] == EV_CURRENT, in elfhdr_get()
72 filename, ident[EI_VERSION], EV_CURRENT); in elfhdr_get()
/linux/arch/powerpc/boot/
H A Delf.h123 #define EI_VERSION 6 macro
/linux/tools/perf/util/
H A Dsymbol-minimal.c120 hdrs.ehdr32.e_ident[EI_VERSION] != EV_CURRENT) in filename__read_build_id()
294 e_ident[EI_VERSION] != EV_CURRENT) in fd__is_64_bit()
/linux/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h35 hdr->e_ident[EI_VERSION] = EV_CURRENT; in elf_hdr_init_ident()
/linux/scripts/
H A Delf-parse.c82 ehdr->e32.e_ident[EI_VERSION] != EV_CURRENT) { in elf_parse()
H A Drecordmcount.c559 ehdr->e_ident[EI_VERSION] != EV_CURRENT) { in do_file()
/linux/arch/s390/tools/
H A Drelocs.c128 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
/linux/kernel/
H A Dcrash_core.c203 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in crash_prepare_elf64_headers()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c362 elf->e_ident[EI_VERSION] = EV_CURRENT; in create_opalcore()
/linux/fs/proc/
H A Dvmcore.c1231 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf64_headers()
1287 ehdr.e_ident[EI_VERSION] != EV_CURRENT || in parse_crash_elf32_headers()
/linux/arch/mips/boot/tools/
H A Drelocs.c220 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
/linux/arch/s390/kernel/
H A Dcrash_dump.c454 ehdr->e_ident[EI_VERSION] = EV_CURRENT; in ehdr_init()
/linux/arch/x86/tools/
H A Drelocs.c356 if (ehdr.e_ident[EI_VERSION] != EV_CURRENT) in read_ehdr()
/linux/arch/powerpc/kernel/
H A Dfadump.c933 elf->e_ident[EI_VERSION] = EV_CURRENT; in fadump_init_elfcore_header()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1245 elf->e_ident[EI_VERSION] = EV_CURRENT; in fill_elf_fdpic_header()