Lines Matching refs:sh_entsize
377 sec->shdr->sh_entsize = 0;
417 sec->shdr->sh_entsize = sizeof(Elf64_Sym);
769 if (sec->shdr->sh_entsize != sizeof(Elf64_Sym))
771 if (sec->shdr->sh_size % sec->shdr->sh_entsize != 0)
786 n = sec->shdr->sh_size / sec->shdr->sh_entsize;
843 if (sec->shdr->sh_entsize != sizeof(Elf64_Rel))
845 if (sec->shdr->sh_size % sec->shdr->sh_entsize != 0)
883 n = sec->shdr->sh_size / sec->shdr->sh_entsize;
1023 shdr->sh_entsize = src_sec->shdr->sh_entsize;
1062 if (dst->shdr->sh_entsize != src->shdr->sh_entsize) {
1225 int i, n = symtab->shdr->sh_size / symtab->shdr->sh_entsize, err;
2058 n = src_sec->shdr->sh_size / src_sec->shdr->sh_entsize;
2107 int i, n = symtab->shdr->sh_size / symtab->shdr->sh_entsize;
2646 shdr->sh_entsize = 0;