Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/ctf/
H A Dctf_impl.h217 uint_t *ctf_txlate; /* translation table for type IDs */ member
241 ((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()
964 if (fp->ctf_txlate != NULL) { in ctf_close()
965 ctf_free(fp->ctf_txlate, in ctf_close()
H A Dctf_types.c1031 fp->ctf_txlate[CTF_TYPE_TO_INDEX(type)] + increment); in ctf_func_info_by_id()
1059 fp->ctf_txlate[CTF_TYPE_TO_INDEX(type)] + in ctf_func_args_by_id()