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

/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_labels.c45 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff);
46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
H A Dctf_open.c739 if (hp.cth_lbloff > size || hp.cth_objtoff > size ||
744 if (hp.cth_lbloff > hp.cth_objtoff ||
750 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) ||
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Ddump.c228 (void) printf(" cth_lbloff = %u\n", hp->cth_lbloff);
243 hp->cth_lbloff);
244 ulong_t i, n = (hp->cth_objtoff - hp->cth_lbloff) / sizeof (*ctl);
248 if (hp->cth_lbloff & 3)
249 WARN("cth_lbloff is not aligned properly\n");
250 if (hp->cth_lbloff >= cd->cd_ctflen)
251 WARN("file is truncated or cth_lbloff is corrupt\n");
254 if (hp->cth_lbloff > hp->cth_objtoff)
255 WARN("file is corrupt -- cth_lbloff > cth_objtof
[all...]
H A Dctf.c706 h.cth_lbloff = 0;
734 SWAP32(h.cth_lbloff); /* offset of label section */
843 caddr_t buf = ctfdata + h->cth_lbloff;
845 size_t bufsz = h->cth_objtoff - h->cth_lbloff;
/macosx-10.9.5/dtrace-118.1/sys/
H A Dctf.h121 uint_t cth_lbloff; /* offset of label section */ member in struct:ctf_header

Completed in 88 milliseconds