Searched refs:e_ehsize (Results 1 - 24 of 24) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Delf.h64 Elf32_Half e_ehsize; member in struct:elf32_hdr
81 Elf64_Half e_ehsize; member in struct:elf64_hdr
/linux-master/scripts/
H A Dsorttable.c333 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) ||
344 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) ||
H A Drecordmcount.c616 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr)
635 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr)
/linux-master/arch/s390/tools/
H A Drelocs.c139 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize);
155 if (ehdr.e_ehsize != sizeof(Elf_Ehdr))
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h66 ELF_GEN_FIELD_GET_SET(hdr, e_ehsize, u32)
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c89 size = ehdr->e_ehsize + ehdr->e_phoff;
H A Dcrash_dump.c466 ehdr->e_ehsize = sizeof(Elf64_Ehdr);
/linux-master/include/uapi/linux/
H A Delf.h218 Elf32_Half e_ehsize; member in struct:elf32_hdr
235 Elf64_Half e_ehsize; member in struct:elf64_hdr
/linux-master/arch/mips/boot/tools/
H A Drelocs.c231 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize);
247 if (ehdr.e_ehsize != sizeof(Elf_Ehdr))
/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c89 uint16_t e_ehsize; member in struct:elf64_hdr
179 h.e_ehsize = sizeof(struct elf64_hdr);
/linux-master/arch/mips/boot/
H A Delf2ecoff.c178 e->e_ehsize = swab16(e->e_ehsize);
/linux-master/arch/x86/tools/
H A Drelocs.c392 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize);
408 if (ehdr.e_ehsize != sizeof(Elf_Ehdr))
/linux-master/kernel/
H A Dkexec_elf.c145 if (elf16_to_cpu(ehdr, buf_ehdr->e_ehsize) != sizeof(*buf_ehdr)) {
H A Dcrash_core.c202 ehdr->e_ehsize = sizeof(Elf64_Ehdr);
/linux-master/sound/pci/mixart/
H A Dmixart_hwdep.c71 __be16 e_ehsize; member in struct:snd_mixart_elf32_ehdr
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c373 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr));
/linux-master/fs/proc/
H A Dkcore.c355 .e_ehsize = sizeof(struct elfhdr),
H A Dvmcore.c1228 ehdr.e_ehsize != sizeof(Elf64_Ehdr) ||
1284 ehdr.e_ehsize != sizeof(Elf32_Ehdr) ||
/linux-master/scripts/mod/
H A Dmodpost.c455 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize);
/linux-master/tools/perf/util/
H A Dsymbol-elf.c2079 ehdr->e_ehsize = sizeof(Elf32_Ehdr);
2083 ehdr->e_ehsize = sizeof(Elf64_Ehdr);
/linux-master/arch/powerpc/kernel/
H A Dfadump.c990 elf->e_ehsize = sizeof(struct elfhdr);
/linux-master/fs/
H A Dbinfmt_elf.c1441 elf->e_ehsize = sizeof(struct elfhdr);
H A Dbinfmt_elf_fdpic.c1253 elf->e_ehsize = sizeof(struct elfhdr);
/linux-master/sound/soc/codecs/
H A Drt5677.c829 if (elf_hdr->e_ehsize != sizeof(Elf32_Ehdr))

Completed in 321 milliseconds