Searched refs:ctf_ptrtab (Results 1 – 4 of 4) sorted by relevance
333 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()
114 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()
219 ushort_t *ctf_ptrtab; /* translation table for pointer-to lookups */ member
671 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()