Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4355 size_t gentsize; in got() local
4397 if ((gentsize = gotshdr->sh_entsize) == 0) in got()
4398 gentsize = sizeof (Xword); in got()
4404 gotents = (Word)(gotshdr->sh_size / gentsize); in got()
4561 gaddr = gotbgn + (gotndx * gentsize); in got()
4562 gindex = (Sword)(gaddr - gotsymaddr) / (Sword)gentsize; in got()
4564 if (gentsize == sizeof (Word)) in got()