Searched defs:relsize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c2437 Word relsize; local
2443 relsize = sizeof (Rel);
2447 relsize = sizeof (Rela);
2460 size = (ofl->ofl_reloccnt - ofl->ofl_reloccntsub) * relsize;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2627 Xword relndx, relnum, relsize; local
2645 if (((relsize = shdr->sh_entsize) == 0) ||
2646 (relsize > shdr->sh_size)) {
2648 relsize = sizeof (Rela);
2650 relsize = sizeof (Rel);
2665 relnum = shdr->sh_size / relsize;
2685 rels = (void *)((char *)rels + relsize)) {
4344 Xword relndx, relnum, relsize; local
4368 if (((relsize = shdr->sh_entsize) == 0) ||
4369 (relsize > shd
[all...]

Completed in 74 milliseconds