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

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4118 Shdr *gotshdr; local
4148 gotshdr = gotcache->c_shdr;
4149 if (gotshdr->sh_size == 0) {
4155 gotbgn = gotshdr->sh_addr;
4156 gotend = gotbgn + gotshdr->sh_size;
4162 if ((gentsize = gotshdr->sh_entsize) == 0)
4169 gotents = (Word)(gotshdr->sh_size / gentsize);
4281 gotshdr->sh_entsize);

Completed in 103 milliseconds