Home | History | Annotate | Download | only in src

Lines Matching full:sh_entsize

948   search.entsize = shdr->sh_entsize;
994 queued->entsize = shdr->sh_entsize;
1084 fileinfo->nsymtab = shdr->sh_size / shdr->sh_entsize;
1092 fileinfo->ndynsymtab = shdr->sh_size / shdr->sh_entsize;
1103 nsymbols = shdr->sh_size / shdr->sh_entsize;
1909 int cnt = dynshdr->sh_size / dynshdr->sh_entsize;
2707 newp->entsize = SCNINFO_SHDR (found->shdr).sh_entsize;
3087 shdr->sh_entsize = head->entsize;
3088 assert (shdr->sh_entsize != 0 || (shdr->sh_flags & SHF_MERGE) == 0);
4149 if (SCNINFO_SHDR (head->last->shdr).sh_entsize == 1
4219 else if (likely (SCNINFO_SHDR (head->last->shdr).sh_entsize
4307 = ebl_gstrtabinit (SCNINFO_SHDR (head->last->shdr).sh_entsize,
4894 assert (shdr->sh_entsize == 0);
5402 shdr->sh_entsize = xelf_fsize (ld_state.outelf, ELF_T_SYM, 1);
5533 shdr->sh_entsize = sizeof (Elf32_Word);