Searched refs:ctf_buf (Results 1 – 6 of 6) sorted by relevance
206 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()
203 const uchar_t *ctf_buf; /* uncompressed CTF data buffer */ member229 ((void *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
309 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()
45 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff); in extract_label_info()
347 typedef struct ctf_buf ctf_buf_t;
55 struct ctf_buf { struct