Home
last modified time | relevance | path

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

/arch/mips/vdso/
Dgenvdso.h13 uint16_t sh_count, sh_entsize, i; in FUNC() local
17 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in FUNC()
23 shdr = shdrs + (i * sh_entsize); in FUNC()
51 shdr->sh_entsize = shdr->sh_size; in FUNC()
65 uint16_t sh_count, sh_entsize, st_count, st_entsize, i, j; in FUNC() local
71 sh_entsize = swap_uint16(ehdr->e_shentsize); in FUNC()
74 shdr = shdrs + (i * sh_entsize); in FUNC()
97 st_entsize = FUNC(swap_uint)(shdr->sh_entsize); in FUNC()
101 shdr = shdrs + (swap_uint32(shdr->sh_link) * sh_entsize); in FUNC()
/arch/sparc/vdso/
Dvdso2c.h80 i < GET_BE(&symtab_hdr->sh_size) / GET_BE(&symtab_hdr->sh_entsize); in BITSFUNC()
85 GET_BE(&symtab_hdr->sh_entsize) * i; in BITSFUNC()
/arch/x86/entry/vdso/
Dvdso2c.h125 syms_nr = GET_LE(&symtab_hdr->sh_size) / GET_LE(&symtab_hdr->sh_entsize); in BITSFUNC()
130 GET_LE(&symtab_hdr->sh_entsize) * i; in BITSFUNC()
/arch/mips/kernel/
Dvpe.c197 sechdrs[i].sh_entsize = ~0UL; in layout_sections()
205 || s->sh_entsize != ~0UL) in layout_sections()
207 s->sh_entsize = in layout_sections()
657 dest = v->load_addr + sechdrs[i].sh_entsize; in vpe_elfload()
/arch/mips/boot/tools/
Drelocs.c288 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize); in read_shdrs()
/arch/mips/boot/
Delf2ecoff.c217 s->sh_entsize = swab32(s->sh_entsize); in convert_elf_shdrs()
/arch/x86/tools/
Drelocs.c439 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize); in read_shdrs()
/arch/ia64/kernel/
Dmodule.c802 if (target_sec->sh_entsize == ~0UL) in apply_relocate_add()