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

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1706 Off iphdr_off = 0; local
1718 iphdr_off = phdr->p_offset;
1723 if (iphdr_off == 0)
1738 (iphdr_off < shdr->sh_offset) ||
1739 (iphdr_off + iphdr_fsz) > (shdr->sh_offset + shdr->sh_size))
1756 (iphdr_off - ishdr->sh_offset));
1764 if (ishdr && ((iphdr_off != ishdr->sh_offset) ||

Completed in 44 milliseconds