Home
last modified time | relevance | path

Searched refs:e_shentsize (Results 1 – 11 of 11) sorted by relevance

/arch/powerpc/boot/
Delf.h67 Elf32_Half e_shentsize; member
84 Elf64_Half e_shentsize; member
/arch/mips/vdso/
Dgenvdso.h17 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
71 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
/arch/x86/entry/vdso/
Dvdso2c.h104 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()
/arch/sparc/vdso/
Dvdso2c.h67 GET_BE(&hdr->e_shentsize) * i; in BITSFUNC()
76 GET_BE(&hdr->e_shentsize) * GET_BE(&symtab_hdr->sh_link); in BITSFUNC()
/arch/mips/boot/tools/
Drelocs.c234 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr()
253 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
/arch/mips/tools/
Dloongson3-llsc-check.c286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()
/arch/x86/tools/
Drelocs.c370 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr()
387 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
/arch/mips/boot/
Delf2ecoff.c181 e->e_shentsize = swab16(e->e_shentsize); in convert_elf_hdr()
/arch/powerpc/platforms/powernv/
Dopal-core.c374 elf->e_shentsize = 0; in create_opalcore()
/arch/mips/kernel/
Dvpe.c596 || hdr->e_shentsize != sizeof(*sechdrs)) { in vpe_elfload()
/arch/powerpc/kernel/
Dfadump.c978 elf->e_shentsize = 0; in fadump_init_elfcore_header()