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

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2535 Xword relndx, relnum, relsize; local
2553 if (((relsize = shdr->sh_entsize) == 0) ||
2554 (relsize > shdr->sh_size)) {
2556 relsize = sizeof (Rela);
2558 relsize = sizeof (Rel);
2573 relnum = shdr->sh_size / relsize;
2593 rels = (void *)((char *)rels + relsize)) {
4188 Xword relndx, relnum, relsize; local
4212 if (((relsize = shdr->sh_entsize) == 0) ||
4213 (relsize > shd
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c2427 Word relsize; local
2433 relsize = sizeof (Rel);
2437 relsize = sizeof (Rela);
2450 size = (ofl->ofl_reloccnt - ofl->ofl_reloccntsub) * relsize;

Completed in 102 milliseconds