Lines Matching full:entsize
56 shdr->sh_entsize = entsize;
71 /*info=*/0, /*addralign=*/1, /*entsize=*/0),
150 // initialize type, entsize and flags from isec.
152 entsize = isec->entsize;
178 if (entsize != isec->entsize)
179 entsize = 0;
220 // values of Entsize, it is better to take Entsize into consideration.
222 // With a single synthetic section no two pieces with different Entsize
225 // Using Entsize in here also allows us to propagate it to the synthetic
229 return sec->flags == ms->flags && sec->entsize == ms->entsize &&
237 syn->entsize = ms->entsize;