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

/illumos-gate/usr/src/tools/ctf/dump/
H A Ddump.c98 size_t cd_ctflen; /* Length of CTF data */ member in struct:ctf_data
122 if (hp->cth_stroff + offset >= cd->cd_ctflen)
215 if (hp->cth_lbloff >= cd->cd_ctflen)
217 if (hp->cth_objtoff >= cd->cd_ctflen)
279 if (hp->cth_objtoff >= cd->cd_ctflen)
281 if (hp->cth_funcoff >= cd->cd_ctflen)
328 if (hp->cth_funcoff >= cd->cd_ctflen)
330 if (hp->cth_typeoff >= cd->cd_ctflen)
404 if (hp->cth_typeoff >= cd->cd_ctflen)
406 if (hp->cth_stroff >= cd->cd_ctflen)
[all...]

Completed in 58 milliseconds