Searched refs:e_version (Results 1 - 22 of 22) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Delf.h59 Elf32_Word e_version; member in struct:elf32_hdr
76 Elf64_Word e_version; member in struct:elf64_hdr
143 #define EV_NONE 0 /* e_version, EI_VERSION */
/linux-master/kernel/
H A Dkexec_elf.c73 ehdr->e_version != EV_CURRENT) {
152 ehdr->e_version = elf32_to_cpu(ehdr, buf_ehdr->e_version);
H A Dcrash_core.c200 ehdr->e_version = EV_CURRENT;
/linux-master/arch/s390/tools/
H A Drelocs.c134 ehdr.e_version = elf_word_to_cpu(ehdr.e_version);
153 if (ehdr.e_version != EV_CURRENT)
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h65 ELF_GEN_FIELD_GET_SET(hdr, e_version, u32)
/linux-master/include/uapi/linux/
H A Delf.h213 Elf32_Word e_version; member in struct:elf32_hdr
230 Elf64_Word e_version; member in struct:elf64_hdr
360 #define EV_NONE 0 /* e_version, EI_VERSION */
/linux-master/arch/mips/boot/tools/
H A Drelocs.c226 ehdr.e_version = elf_word_to_cpu(ehdr.e_version);
244 if (ehdr.e_version != EV_CURRENT)
/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c84 uint32_t e_version; member in struct:elf64_hdr
174 h.e_version = 1;
/linux-master/arch/mips/boot/
H A Delf2ecoff.c173 e->e_version = swab32(e->e_version);
/linux-master/arch/x86/tools/
H A Drelocs.c387 ehdr.e_version = elf_word_to_cpu(ehdr.e_version);
406 if (ehdr.e_version != EV_CURRENT)
/linux-master/sound/pci/mixart/
H A Dmixart_hwdep.c66 __be32 e_version; member in struct:snd_mixart_elf32_ehdr
/linux-master/tools/perf/util/
H A Dgenelf.c288 ehdr->e_version = EV_CURRENT;
H A Dsymbol-elf.c2068 ehdr->e_version = kehdr->e_version;
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c464 ehdr->e_version = EV_CURRENT;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c367 elf->e_version = cpu_to_be32(EV_CURRENT);
/linux-master/fs/proc/
H A Dkcore.c352 .e_version = EV_CURRENT,
H A Dvmcore.c1227 ehdr.e_version != EV_CURRENT ||
1283 ehdr.e_version != EV_CURRENT ||
/linux-master/scripts/mod/
H A Dmodpost.c450 hdr->e_version = TO_NATIVE(hdr->e_version);
/linux-master/arch/powerpc/kernel/
H A Dfadump.c978 elf->e_version = EV_CURRENT;
H A Dprom_init.c1177 .e_version = EV_CURRENT,
/linux-master/fs/
H A Dbinfmt_elf.c1438 elf->e_version = EV_CURRENT;
H A Dbinfmt_elf_fdpic.c1248 elf->e_version = EV_CURRENT;

Completed in 354 milliseconds