Searched refs:ctf_txlate (Results 1 – 2 of 2) sorted by relevance
467 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()470 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()473 xp = fp->ctf_txlate; in init_types()476 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()1104 if (fp->ctf_txlate != NULL) { in ctf_close()1105 ctf_free(fp->ctf_txlate, in ctf_close()
207 uint_t *ctf_txlate; /* translation table for type IDs */ member229 ((void *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))