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

/macosx-10.10/dtrace-147/libctf/
H A Dctf_lookup.c233 type = *(ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]);
296 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]);
337 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]) + 2;
H A Dctf_labels.c45 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff);
H A Dctf_open.c276 info = *(ushort_t *)((uintptr_t)fp->ctf_buf + funcoff);
309 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff);
311 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff);
609 *xp = (uint_t)((uintptr_t)tp - (uintptr_t)fp->ctf_buf);
739 * the data section's buffer pointer into ctf_buf, below.
820 fp->ctf_buf = buf;
/macosx-10.10/dtrace-147/head/
H A Dctf_impl.h196 const uchar_t *ctf_buf; /* uncompressed CTF data buffer */ member in struct:ctf_file
221 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctftools.h341 typedef struct ctf_buf ctf_buf_t;
H A Dctf.c66 struct ctf_buf { struct
H A Ddump.c66 struct ctf_buf { struct

Completed in 175 milliseconds