Lines Matching refs:sh_entsize
426 sec->shdr->sh_entsize = 0;
468 sec->shdr->sh_entsize = sizeof(Elf64_Sym);
918 if (sec->shdr->sh_entsize != sizeof(Elf64_Sym))
920 if (sec->shdr->sh_size % sec->shdr->sh_entsize != 0)
935 n = sec->shdr->sh_size / sec->shdr->sh_entsize;
992 if (sec->shdr->sh_entsize != sizeof(Elf64_Rel))
994 if (sec->shdr->sh_size % sec->shdr->sh_entsize != 0)
1032 n = sec->shdr->sh_size / sec->shdr->sh_entsize;
1186 shdr->sh_entsize = src_sec->shdr->sh_entsize;
1225 if (dst->shdr->sh_entsize != src->shdr->sh_entsize) {
1410 int i, n = symtab->shdr->sh_size / symtab->shdr->sh_entsize, err;
2243 n = src_sec->shdr->sh_size / src_sec->shdr->sh_entsize;
2292 int i, n = symtab->shdr->sh_size / symtab->shdr->sh_entsize;
2847 shdr->sh_entsize = 0;