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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4276 size_t gentsize; local
4318 if ((gentsize = gotshdr->sh_entsize) == 0)
4319 gentsize = sizeof (Xword);
4325 gotents = (Word)(gotshdr->sh_size / gentsize);
4482 gaddr = gotbgn + (gotndx * gentsize);
4483 gindex = (Sword)(gaddr - gotsymaddr) / (Sword)gentsize;
4485 if (gentsize == sizeof (Word))

Completed in 73 milliseconds