/linux-6.12.1/arch/powerpc/boot/ |
D | elf.h | 64 Elf32_Half e_ehsize; member 81 Elf64_Half e_ehsize; member
|
/linux-6.12.1/arch/s390/tools/ |
D | relocs.c | 139 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-6.12.1/scripts/ |
D | sorttable.c | 333 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file() 344 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
|
D | recordmcount.c | 616 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file() 635 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
|
/linux-6.12.1/include/uapi/linux/ |
D | elf.h | 218 Elf32_Half e_ehsize; member 235 Elf64_Half e_ehsize; member
|
/linux-6.12.1/arch/s390/kernel/ |
D | kexec_elf.c | 89 size = ehdr->e_ehsize + ehdr->e_phoff; in s390_elf_load()
|
D | crash_dump.c | 466 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
|
/linux-6.12.1/arch/mips/boot/tools/ |
D | relocs.c | 231 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-6.12.1/drivers/remoteproc/ |
D | remoteproc_elf_helpers.h | 66 ELF_GEN_FIELD_GET_SET(hdr, e_ehsize, u32) in ELF_GEN_FIELD_GET_SET()
|
/linux-6.12.1/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 90 uint16_t e_ehsize; member 180 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
|
/linux-6.12.1/arch/x86/tools/ |
D | relocs.c | 392 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr() 408 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
|
/linux-6.12.1/arch/mips/boot/ |
D | elf2ecoff.c | 178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
|
/linux-6.12.1/kernel/ |
D | kexec_elf.c | 145 if (elf16_to_cpu(ehdr, buf_ehdr->e_ehsize) != sizeof(*buf_ehdr)) { in elf_read_ehdr()
|
D | crash_core.c | 204 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
|
/linux-6.12.1/sound/pci/mixart/ |
D | mixart_hwdep.c | 71 __be16 e_ehsize; member
|
/linux-6.12.1/fs/proc/ |
D | vmcore.c | 1231 ehdr.e_ehsize != sizeof(Elf64_Ehdr) || in parse_crash_elf64_headers() 1287 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers()
|
D | kcore.c | 369 .e_ehsize = sizeof(struct elfhdr), in read_kcore_iter()
|
/linux-6.12.1/arch/powerpc/platforms/powernv/ |
D | opal-core.c | 373 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr)); in create_opalcore()
|
/linux-6.12.1/scripts/mod/ |
D | modpost.c | 451 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | fadump.c | 950 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()
|
/linux-6.12.1/tools/perf/util/ |
D | symbol-elf.c | 2078 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr() 2082 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in kcore__copy_hdr()
|
/linux-6.12.1/fs/ |
D | binfmt_elf_fdpic.c | 1246 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_fdpic_header()
|
D | binfmt_elf.c | 1482 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_header()
|
/linux-6.12.1/sound/soc/codecs/ |
D | rt5677.c | 829 if (elf_hdr->e_ehsize != sizeof(Elf32_Ehdr)) in rt5677_parse_and_load_dsp()
|