Home
last modified time | relevance | path

Searched refs:e_version (Results 1 – 16 of 16) sorted by relevance

/linux/arch/powerpc/boot/
H A Delf.h59 Elf32_Word e_version; member
76 Elf64_Word e_version; member
/linux/arch/s390/tools/
H A Drelocs.c134 ehdr.e_version = elf_word_to_cpu(ehdr.e_version); in read_ehdr()
153 if (ehdr.e_version != EV_CURRENT) in read_ehdr()
/linux/arch/mips/boot/tools/
H A Drelocs.c226 ehdr.e_version = elf_word_to_cpu(ehdr.e_version); in read_ehdr()
244 if (ehdr.e_version != EV_CURRENT) in read_ehdr()
/linux/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h65 ELF_GEN_FIELD_GET_SET(hdr, e_version, u32) in ELF_GEN_FIELD_GET_SET()
/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c89 uint32_t e_version; member
179 h.e_version = 1; in make_exe()
/linux/arch/x86/tools/
H A Drelocs.c362 ehdr.e_version = elf_word_to_cpu(ehdr.e_version); in read_ehdr()
381 if (ehdr.e_version != EV_CURRENT) in read_ehdr()
/linux/arch/mips/boot/
H A Delf2ecoff.c173 e->e_version = swab32(e->e_version); in convert_elf_hdr()
/linux/tools/perf/util/
H A Dgenelf.c206 ehdr->e_version = EV_CURRENT; in jit_write_elf()
H A Dsymbol-elf.c2016 ehdr->e_version = kehdr->e_version; in kcore__copy_hdr()
/linux/kernel/
H A Dcrash_core.c208 ehdr->e_version = EV_CURRENT; in crash_prepare_elf64_headers()
/linux/sound/pci/mixart/
H A Dmixart_hwdep.c66 __be32 e_version; member
/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c367 elf->e_version = cpu_to_be32(EV_CURRENT); in create_opalcore()
/linux/fs/proc/
H A Dvmcore.c1232 ehdr.e_version != EV_CURRENT || in parse_crash_elf64_headers()
1288 ehdr.e_version != EV_CURRENT || in parse_crash_elf32_headers()
/linux/arch/s390/kernel/
H A Dcrash_dump.c458 ehdr->e_version = EV_CURRENT; in ehdr_init()
/linux/arch/powerpc/kernel/
H A Dfadump.c938 elf->e_version = EV_CURRENT; in fadump_init_elfcore_header()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1251 elf->e_version = EV_CURRENT; in fill_elf_fdpic_header()