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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_lookup.c207 type = *(ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]);
270 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]);
311 dp = (ushort_t *)((uintptr_t)fp->ctf_buf + fp->ctf_sxlate[symidx]) + 2;
H A Dctf_labels.c47 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff);
H A Dctf_impl.h201 const uchar_t *ctf_buf; /* uncompressed CTF data buffer */ member in struct:ctf_file
226 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf_open.c180 info = *(ushort_t *)((uintptr_t)fp->ctf_buf + funcoff);
213 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff);
215 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff);
512 *xp = (uint_t)((uintptr_t)tp - (uintptr_t)fp->ctf_buf);
642 * the data section's buffer pointer into ctf_buf, below.
730 fp->ctf_buf = buf;

Completed in 63 milliseconds