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

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4120 size_t gentsize; local
4162 if ((gentsize = gotshdr->sh_entsize) == 0)
4163 gentsize = sizeof (Xword);
4169 gotents = (Word)(gotshdr->sh_size / gentsize);
4319 gaddr = gotbgn + (gotndx * gentsize);
4320 gindex = (Sword)(gaddr - gotsymaddr) / (Sword)gentsize;
4322 if (gentsize == sizeof (Word))

Completed in 52 milliseconds