Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c206 type = *(ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]); in ctf_lookup_by_symbol()
269 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]); in ctf_func_info()
310 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]) + 2; in ctf_func_args()
H A Dctf_impl.h214 const uchar_t *ctf_buf; /* uncompressed CTF data buffer */ member
242 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf_labels.c43 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff); in extract_label_info()
H A Dctf_open.c171 info = *(ushort_t *)((uintptr_t)fp->ctf_buf + funcoff); in init_symtab()
204 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff); in init_types()
206 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff); in init_types()
503 *xp = (uint_t)((uintptr_t)tp - (uintptr_t)fp->ctf_buf); in init_types()
717 fp->ctf_buf = buf; in ctf_bufopen()
H A Dctf_types.c1056 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + in ctf_func_info_by_id()
1084 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + in ctf_func_args_by_id()
1111 id = *(ushort_t *)((uintptr_t)fp->ctf_buf + in ctf_object_iter()
1162 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + in ctf_function_iter()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c285 if ((err = ctf_zdata_compress_buffer(&czd, fp->ctf_buf, in ctf_compress()
297 fp->ctf_buf + cthp->cth_stroff, cthp->cth_strlen)) != 0) { in ctf_compress()
H A Dctf_merge.c1156 data = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[idx]); in ctf_merge_add_symbol()