Home | History | Annotate | Download | only in libelf

Lines Matching refs:sh_entsize

220 	      ElfW2(LIBELFBITS,Word) sh_entsize = shdr->sh_entsize;
223 /* Set the sh_entsize value if we can reliably detect it. */
227 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1);
230 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_RELA, 1);
241 sh_entsize = elf_typesize (32, ELF_T_WORD, 1);
244 sh_entsize = SH_ENTSIZE_HASH (ehdr);
247 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1);
250 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1);
253 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1);
256 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_MOVE, 1);
259 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYMINFO, 1);
267 update_if_changed (shdr->sh_entsize, sh_entsize,
386 if (shdr->sh_entsize != 0
387 && unlikely (shdr->sh_size % shdr->sh_entsize != 0)