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

/illumos-gate/usr/src/tools/ctf/dump/
H A Ddump.c97 caddr_t cd_ctfdata; /* Pointer to the CTF data */ member in struct:ctf_data
114 const char *s = cd->cd_ctfdata + hp->cth_stroff + offset;
207 const ctf_lblent_t *ctl = (ctf_lblent_t *)(cd->cd_ctfdata +
271 const ushort_t *idp = (ushort_t *)(cd->cd_ctfdata + hp->cth_objtoff);
315 const ushort_t *fp = (ushort_t *)(cd->cd_ctfdata + hp->cth_funcoff);
318 const ushort_t *end = (ushort_t *)(cd->cd_ctfdata + hp->cth_typeoff);
392 const ctf_type_t *tp = (ctf_type_t *)(cd->cd_ctfdata + hp->cth_typeoff);
395 const ctf_type_t *end = (ctf_type_t *)(cd->cd_ctfdata + hp->cth_stroff);
637 const char *s = cd->cd_ctfdata + hp->cth_stroff;
882 cd.cd_ctfdata
[all...]

Completed in 57 milliseconds