Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c206 type = *(uint_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]); in ctf_lookup_by_symbol()
275 dp = (uint_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]); in ctf_func_info()
316 dp = (uint_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]) + 2; in ctf_func_args()
H A Dctf_impl.h203 const uchar_t *ctf_buf; /* uncompressed CTF data buffer */ member
229 ((void *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf_open.c309 info = *(uint_t *)((uintptr_t)fp->ctf_buf + funcoff); in init_symtab()
342 const void *tbuf = (const void *)(fp->ctf_buf + cth->cth_typeoff); in init_types()
343 const void *tend = (const void *)(fp->ctf_buf + cth->cth_stroff); in init_types()
673 *xp = (uint_t)((uintptr_t)tp - (uintptr_t)fp->ctf_buf); in init_types()
873 fp->ctf_buf = buf; in ctf_bufopen()
H A Dctf_labels.c45 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff); in extract_label_info()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h347 typedef struct ctf_buf ctf_buf_t;
H A Dctf.c55 struct ctf_buf { struct