Searched refs:ctf_txlate (Results 1 – 2 of 2) sorted by relevance
264 uint32_t *ctf_txlate; /* Translation table for type IDs. */ member335 (ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
749 fp->ctf_txlate = malloc (sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()753 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()756 xp = fp->ctf_txlate; in init_types()759 memset (fp->ctf_txlate, 0, sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types()1683 free (fp->ctf_txlate); in ctf_file_close()