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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4274 Shdr *gotshdr; local
4304 gotshdr = gotcache->c_shdr;
4305 if (gotshdr->sh_size == 0) {
4311 gotbgn = gotshdr->sh_addr;
4312 gotend = gotbgn + gotshdr->sh_size;
4318 if ((gentsize = gotshdr->sh_entsize) == 0)
4325 gotents = (Word)(gotshdr->sh_size / gentsize);
4435 if ((gotshdr->sh_entsize == 0) ||
4436 (gotshdr->sh_size == 0)) {
4444 gotshdr
[all...]

Completed in 54 milliseconds