Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/powerpc/boot/
H A Delf.h64 Elf32_Half e_ehsize; member
81 Elf64_Half e_ehsize; member
/openbmc/linux/scripts/
H A Dsorttable.c333 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) || in do_file()
344 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()
H A Drecordmcount.c617 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
636 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
/openbmc/openbmc/poky/scripts/
H A Drelocate_sdk.py54 e_ehsize, e_phentsize, e_phnum, e_shentsize, e_shnum, e_shstrndx
69 e_ehsize, e_phentsize, e_phnum, e_shentsize, e_shnum, e_shstrndx =\
/openbmc/linux/include/uapi/linux/
H A Delf.h218 Elf32_Half e_ehsize; member
235 Elf64_Half e_ehsize; member
/openbmc/linux/arch/s390/kernel/
H A Dkexec_elf.c87 size = ehdr->e_ehsize + ehdr->e_phoff; in s390_elf_load()
H A Dcrash_dump.c465 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
/openbmc/u-boot/include/
H A Delf.h100 Elf32_Half e_ehsize; /* ELF header size */ member
118 Elf64_Half e_ehsize; /* ELF header size */ member
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c89 uint16_t e_ehsize; member
179 h.e_ehsize = sizeof(struct elf64_hdr); in make_exe()
/openbmc/linux/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h66 ELF_GEN_FIELD_GET_SET(hdr, e_ehsize, u32) in ELF_GEN_FIELD_GET_SET()
/openbmc/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()
/openbmc/qemu/scripts/
H A Ddump-guest-memory.py271 self.e_ehsize = ctypes.sizeof(self)
300 self.e_ehsize = ctypes.sizeof(self)
/openbmc/linux/arch/x86/tools/
H A Drelocs.c392 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
408 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
/openbmc/linux/arch/mips/boot/
H A Delf2ecoff.c178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
/openbmc/u-boot/tools/
H A Dimg2srec.c260 getPtr = ExtractWord(&elfHeader.e_ehsize, getPtr); in ConvertELF()
/openbmc/linux/kernel/
H A Dkexec_elf.c145 if (elf16_to_cpu(ehdr, buf_ehdr->e_ehsize) != sizeof(*buf_ehdr)) { in elf_read_ehdr()
H A Dcrash_core.c367 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in crash_prepare_elf64_headers()
/openbmc/qemu/include/
H A Delf.h1508 Elf32_Half e_ehsize; member
1525 Elf64_Half e_ehsize; member
/openbmc/linux/sound/pci/mixart/
H A Dmixart_hwdep.c71 __be16 e_ehsize; member
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc19 bswaps(&ehdr->e_ehsize); /* ELF header size in bytes */
/openbmc/linux/fs/proc/
H A Dvmcore.c1230 ehdr.e_ehsize != sizeof(Elf64_Ehdr) || in parse_crash_elf64_headers()
1286 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers()
H A Dkcore.c355 .e_ehsize = sizeof(struct elfhdr), in read_kcore_iter()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c373 elf->e_ehsize = cpu_to_be16(sizeof(Elf64_Ehdr)); in create_opalcore()
/openbmc/qemu/bsd-user/
H A Delfload.c57 bswap16s(&ehdr->e_ehsize); /* ELF header size in bytes */ in bswap_ehdr()
/openbmc/linux/scripts/mod/
H A Dmodpost.c463 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()

12