Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h218 uint_t *ctf_txlate; /* translation table for type IDs */ member
242 ((ctf_type_t *)((uintptr_t)(fp)->ctf_buf + (fp)->ctf_txlate[(i)]))
H A Dctf_open.c332 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
335 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()
338 xp = fp->ctf_txlate; in init_types()
341 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
969 if (fp->ctf_txlate != NULL) { in ctf_close()
970 ctf_free(fp->ctf_txlate, in ctf_close()
H A Dctf_types.c1141 fp->ctf_txlate[CTF_TYPE_TO_INDEX(type)] + increment); in ctf_func_info_by_id()
1169 fp->ctf_txlate[CTF_TYPE_TO_INDEX(type)] + in ctf_func_args_by_id()