Lines Matching refs:sh_entsize
327 || shdr1->sh_entsize != shdr2->sh_entsize)
350 if (shdr1->sh_entsize == 0)
352 _("symbol table [%zu] in '%s' has zero sh_entsize"),
357 for (int ndx = 0; ndx < (int) (shdr1->sh_size / shdr1->sh_entsize);
536 && hash_content_equivalent (shdr1->sh_entsize, data1, data2))
773 if (shdr->sh_type == SHT_REL && shdr->sh_entsize != 0)
774 for (int ndx = 0; ndx < (int) (shdr->sh_size / shdr->sh_entsize);
787 else if (shdr->sh_entsize != 0)
788 for (int ndx = 0; ndx < (int) (shdr->sh_size / shdr->sh_entsize);