Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4200 Shdr *gotshdr; in got() local
4230 gotshdr = gotcache->c_shdr; in got()
4231 if (gotshdr->sh_size == 0) { in got()
4237 gotbgn = gotshdr->sh_addr; in got()
4238 gotend = gotbgn + gotshdr->sh_size; in got()
4244 if ((gentsize = gotshdr->sh_entsize) == 0) in got()
4251 gotents = (Word)(gotshdr->sh_size / gentsize); in got()
4363 gotshdr->sh_entsize); in got()