Home
last modified time | relevance | path

Searched refs:ctf_ptrtab (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c333 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()
335 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()
342 bzero(fp->ctf_ptrtab, sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()
485 fp->ctf_ptrtab[ in init_types()
523 if ((dst = fp->ctf_ptrtab[id]) != 0) { in init_types()
530 fp->ctf_ptrtab[ in init_types()
974 if (fp->ctf_ptrtab != NULL) { in ctf_close()
975 ctf_free(fp->ctf_ptrtab, in ctf_close()
H A Dctf_lookup.c114 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]; in ctf_lookup_by_name()
117 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[ in ctf_lookup_by_name()
H A Dctf_impl.h219 ushort_t *ctf_ptrtab; /* translation table for pointer-to lookups */ member
H A Dctf_types.c671 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0) in ctf_type_pointer()
680 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0) in ctf_type_pointer()