/openbmc/openbmc/poky/scripts/ |
H A D | relocate_sdk.py | 54 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 =\ 121 f.seek(e_shoff + e_shstrndx * e_shentsize) 122 sh_hdr = f.read(e_shentsize) 135 f.seek(e_shoff + i * e_shentsize) 136 sh_hdr = f.read(e_shentsize)
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | elf.h | 67 Elf32_Half e_shentsize; member 84 Elf64_Half e_shentsize; member
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vdso2c.h | 104 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in BITSFUNC() 108 GET_LE(&hdr->e_shentsize) * i; in BITSFUNC() 123 GET_LE(&hdr->e_shentsize) * GET_LE(&symtab_hdr->sh_link); in BITSFUNC()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 88 TEST_ASSERT(hdrp->e_shentsize == sizeof(Elf64_Shdr), in elfhdr_get() 92 hdrp->e_shentsize, sizeof(Elf64_Shdr)); in elfhdr_get()
|
/openbmc/linux/arch/mips/vdso/ |
H A D | genvdso.h | 17 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC() 71 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
|
/openbmc/linux/arch/sparc/vdso/ |
H A D | vdso2c.h | 67 GET_BE(&hdr->e_shentsize) * i; in BITSFUNC() 76 GET_BE(&hdr->e_shentsize) * GET_BE(&symtab_hdr->sh_link); in BITSFUNC()
|
/openbmc/linux/kernel/ |
H A D | kexec_elf.c | 69 ehdr->e_shentsize != sizeof(struct elf_shdr)) { in elf_is_ehdr_sane() 156 ehdr->e_shentsize = elf16_to_cpu(ehdr, buf_ehdr->e_shentsize); in elf_read_ehdr()
|
/openbmc/linux/scripts/ |
H A D | sorttable.c | 334 r2(&ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file() 345 r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
|
H A D | recordmcount.c | 618 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file() 637 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 221 Elf32_Half e_shentsize; member 238 Elf64_Half e_shentsize; member
|
/openbmc/u-boot/include/ |
H A D | elf.h | 103 Elf32_Half e_shentsize; /* section header entry size */ member 121 Elf64_Half e_shentsize; /* section header entry size */ member
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 92 uint16_t e_shentsize; member 182 h.e_shentsize = 0; in make_exe()
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs.c | 234 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr() 253 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | remoteproc_elf_helpers.h | 68 ELF_GEN_FIELD_GET_SET(hdr, e_shentsize, u16) in ELF_GEN_FIELD_GET_SET()
|
/openbmc/linux/arch/mips/tools/ |
H A D | loongson3-llsc-check.c | 286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 395 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr() 412 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
|
/openbmc/linux/arch/mips/boot/ |
H A D | elf2ecoff.c | 181 e->e_shentsize = swab16(e->e_shentsize); in convert_elf_hdr()
|
/openbmc/u-boot/tools/ |
H A D | img2srec.c | 263 getPtr = ExtractWord(&elfHeader.e_shentsize, getPtr); in ConvertELF()
|
/openbmc/qemu/include/ |
H A D | elf.h | 1511 Elf32_Half e_shentsize; member 1528 Elf64_Half e_shentsize; member
|
/openbmc/linux/sound/pci/mixart/ |
H A D | mixart_hwdep.c | 74 __be16 e_shentsize; member
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-core.c | 376 elf->e_shentsize = 0; in create_opalcore()
|
/openbmc/qemu/linux-user/ |
H A D | gen-vdso-elfn.c.inc | 22 bswaps(&ehdr->e_shentsize); /* Section header table entry size */
|
/openbmc/linux/fs/ |
H A D | binfmt_elf_fdpic.c | 1252 elf->e_shentsize = 0; in fill_elf_fdpic_header() 1424 elf->e_shentsize = sizeof(*shdr4extnum); in fill_extnum_info()
|
/openbmc/qemu/bsd-user/ |
H A D | elfload.c | 60 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */ in bswap_ehdr()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | vpe.c | 595 || hdr->e_shentsize != sizeof(*sechdrs)) { in vpe_elfload()
|