Lines Matching refs:sh_entsize
213 ElfW2(LIBELFBITS,SizeWord) sh_entsize = shdr->sh_entsize;
221 /* Set the sh_entsize value if we can reliably detect it. */
225 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1);
228 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_RELA, 1);
239 sh_entsize = elf_typesize (32, ELF_T_WORD, 1);
242 sh_entsize = SH_ENTSIZE_HASH (ehdr);
245 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1);
248 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1);
251 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1);
254 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_MOVE, 1);
257 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYMINFO, 1);
265 update_if_changed (shdr->sh_entsize, sh_entsize,
397 if (shdr->sh_entsize != 0 && shdr->sh_entsize != 1
413 if (unlikely (sh_size % shdr->sh_entsize != 0))