Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Delf.h66 Elf32_Half e_shentsize; member
83 Elf64_Half e_shentsize; member
/arch/x86/entry/vdso/
Dvdso2c.h69 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in BITSFUNC()
73 GET_LE(&hdr->e_shentsize) * i; in BITSFUNC()
86 GET_LE(&hdr->e_shentsize) * GET_LE(&symtab_hdr->sh_link); in BITSFUNC()
/arch/mips/vdso/
Dgenvdso.h23 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
126 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
/arch/mips/boot/tools/
Drelocs.c233 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr()
252 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) in read_ehdr()
/arch/x86/tools/
Drelocs.c362 ehdr.e_shentsize = elf_half_to_cpu(ehdr.e_shentsize); in read_ehdr()
381 if (ehdr.e_shentsize != sizeof(Elf_Shdr)) { in read_ehdr()
/arch/mips/boot/
Delf2ecoff.c179 e->e_shentsize = swab16(e->e_shentsize); in convert_elf_hdr()
/arch/mips/kernel/
Dvpe.c596 || hdr->e_shentsize != sizeof(*sechdrs)) { in vpe_elfload()
/arch/powerpc/kernel/
Dfadump.c794 elf->e_shentsize = 0; in fadump_init_elfcore_header()