Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4198 size_t gentsize; in got() local
4240 if ((gentsize = gotshdr->sh_entsize) == 0) in got()
4241 gentsize = sizeof (Xword); in got()
4247 gotents = (Word)(gotshdr->sh_size / gentsize); in got()
4397 gaddr = gotbgn + (gotndx * gentsize); in got()
4398 gindex = (Sword)(gaddr - gotsymaddr) / (Sword)gentsize; in got()
4400 if (gentsize == sizeof (Word)) in got()