Lines Matching refs:sh_entsize
215 ElfW2(LIBELFBITS,Word) sh_entsize = shdr->sh_entsize; in __elfw2()
227 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1); in __elfw2()
230 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_RELA, 1); in __elfw2()
241 sh_entsize = elf_typesize (32, ELF_T_WORD, 1); in __elfw2()
244 sh_entsize = SH_ENTSIZE_HASH (ehdr); in __elfw2()
247 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1); in __elfw2()
250 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1); in __elfw2()
253 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1); in __elfw2()
256 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_MOVE, 1); in __elfw2()
259 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYMINFO, 1); in __elfw2()
267 update_if_changed (shdr->sh_entsize, sh_entsize, in __elfw2()
385 if (shdr->sh_entsize != 0 && shdr->sh_entsize != 1 in __elfw2()
401 if (unlikely (sh_size % shdr->sh_entsize != 0)) in __elfw2()