Searched refs:ctf_txlate (Results 1 – 6 of 6) sorted by relevance
334 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()337 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()340 xp = fp->ctf_txlate; in init_types()343 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()947 if (fp->ctf_txlate != NULL) { in ctf_close()948 ctf_free(fp->ctf_txlate, in ctf_close()
196 uint_t *ctf_txlate; /* translation table for type IDs */ member217 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
402 uint32_t *ctf_txlate; /* Translation table for type IDs. */ member587 (ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
772 fp->ctf_txlate = malloc (sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()776 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()779 xp = fp->ctf_txlate; in init_types()782 memset (fp->ctf_txlate, 0, sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()1837 free (fp->ctf_txlate); in ctf_dict_close()
772 fp->ctf_txlate = malloc (sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()776 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()779 xp = fp->ctf_txlate; in init_types()782 memset (fp->ctf_txlate, 0, sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()1838 free (fp->ctf_txlate); in ctf_dict_close()