Home
last modified time | relevance | path

Searched refs:e_ehsize (Results 1 – 20 of 20) sorted by relevance

/linux/arch/powerpc/boot/
H A Delf.h64 Elf32_Half e_ehsize; member
81 Elf64_Half e_ehsize; member
/linux/scripts/
H A Delf-parse.c115 if (elf_parser.r2(&ehdr->e32.e_ehsize) != sizeof(Elf32_Ehdr) || in elf_parse()
145 if (elf_parser.r2(&ehdr->e64.e_ehsize) != sizeof(Elf64_Ehdr) || in elf_parse()
H A Drecordmcount.c616 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
635 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
H A Dsorttable.c933 if (elf_parser.r2(&ehdr->e32.e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
946 if (elf_parser.r2(&ehdr->e64.e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
/linux/arch/s390/tools/
H A Drelocs.c139 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
155 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
/linux/arch/s390/kernel/
H A Dkexec_elf.c89 size = ehdr->e_ehsize + ehdr->e_phoff; in s390_elf_load()
H A Dcrash_dump.c460 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
/linux/arch/mips/boot/tools/
H A Drelocs.c231 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
247 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
/linux/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h66 ELF_GEN_FIELD_GET_SET(hdr, e_ehsize, u32) in ELF_GEN_FIELD_GET_SET()
/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c94 uint16_t e_ehsize; member
184 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
/linux/arch/x86/tools/
H A Drelocs.c367 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
383 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
/linux/arch/mips/boot/
H A Delf2ecoff.c178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
/linux/kernel/
H A Dcrash_core.c210 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
/linux/sound/pci/mixart/
H A Dmixart_hwdep.c71 __be16 e_ehsize; member
/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c373 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr)); in create_opalcore()
/linux/fs/proc/
H A Dvmcore.c1233 ehdr.e_ehsize != sizeof(Elf64_Ehdr) || in parse_crash_elf64_headers()
1289 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers()
/linux/arch/powerpc/kernel/
H A Dfadump.c950 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()
/linux/tools/perf/util/
H A Dsymbol-elf.c2027 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
2031 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in kcore__copy_hdr()
/linux/fs/
H A Dbinfmt_elf_fdpic.c1256 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_fdpic_header()
/linux/sound/soc/codecs/
H A Drt5677.c828 if (elf_hdr->e_ehsize != sizeof(Elf32_Ehdr)) in rt5677_parse_and_load_dsp()