Searched refs:sh_entsize (Results 1 – 8 of 8) sorted by relevance
13 uint16_t sh_count, sh_entsize, i; in FUNC() local17 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() local71 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()
80 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()
125 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()
197 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()
288 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize); in read_shdrs()
217 s->sh_entsize = swab32(s->sh_entsize); in convert_elf_shdrs()
439 sec->shdr.sh_entsize = elf_xword_to_cpu(shdr.sh_entsize); in read_shdrs()
802 if (target_sec->sh_entsize == ~0UL) in apply_relocate_add()