Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/ctf/
H A Dctf_impl.h196 uint_t *ctf_txlate; /* translation table for type IDs */ member
217 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf_open.c331 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
334 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()
337 xp = fp->ctf_txlate; in init_types()
340 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
944 if (fp->ctf_txlate != NULL) { in ctf_close()
945 ctf_free(fp->ctf_txlate, in ctf_close()