Searched refs:gentsize (Results 1 – 1 of 1) sorted by relevance
4198 size_t gentsize; in got() local4240 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()