Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4196 Shdr *gotshdr; in got() local
4226 gotshdr = gotcache->c_shdr; in got()
4227 if (gotshdr->sh_size == 0) { in got()
4233 gotbgn = gotshdr->sh_addr; in got()
4234 gotend = gotbgn + gotshdr->sh_size; in got()
4240 if ((gentsize = gotshdr->sh_entsize) == 0) in got()
4247 gotents = (Word)(gotshdr->sh_size / gentsize); in got()
4359 gotshdr->sh_entsize); in got()