Searched refs:ctf_txlate (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_impl.h205 uint_t *ctf_txlate; /* translation table for type IDs */ member in struct:ctf_file
226 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf_open.c341 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1));
344 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL)
347 xp = fp->ctf_txlate;
350 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1));
871 if (fp->ctf_txlate != NULL) {
872 ctf_free(fp->ctf_txlate,

Completed in 1980 milliseconds