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

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1621 Off cphdr_off = 0; local
1637 cphdr_off = phdr->p_offset;
1669 if ((cshdr == NULL) && (cphdr_off == 0))
1672 if (cphdr_off && (cshdr == NULL))
1681 if (cphdr_off == 0) {
1685 } else if ((cphdr_off != cshdr->sh_offset) ||

Completed in 55 milliseconds