Lines Matching full:sh_entsize
176 ElfW2(LIBELFBITS,Word) sh_entsize;
180 sh_entsize = shdr->sh_entsize;
183 /* Set the sh_entsize value if we can reliably detect it. */
187 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1);
190 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_RELA, 1);
201 sh_entsize = elf_typesize (32, ELF_T_WORD, 1);
204 sh_entsize = SH_ENTSIZE_HASH (ehdr);
207 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1);
210 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1);
213 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1);
216 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_MOVE, 1);
219 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYMINFO, 1);
227 update_if_changed (shdr->sh_entsize, sh_entsize,
323 if (shdr->sh_entsize != 0
324 && unlikely (shdr->sh_size % shdr->sh_entsize != 0)