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

/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c203 type = *(ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]);
266 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]);
307 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_impl.h190 const uchar_t *ctf_buf; /* uncompressed CTF data buffer */ member in struct:ctf_file
215 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf_open.c169 info = *(ushort_t *)((uintptr_t)fp->ctf_buf + funcoff);
202 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff);
204 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff);
501 *xp = (uint_t)((uintptr_t)tp - (uintptr_t)fp->ctf_buf);
631 * the data section's buffer pointer into ctf_buf, below.
712 fp->ctf_buf = buf;
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h341 typedef struct ctf_buf ctf_buf_t;
H A Dctf.c55 struct ctf_buf { struct

Completed in 112 milliseconds