Searched refs:ctf_ptrtab (Results 1 – 4 of 4) sorted by relevance
468 fp->ctf_ptrtab = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()470 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()477 bzero(fp->ctf_ptrtab, sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()655 fp->ctf_ptrtab[ in init_types()693 if ((dst = fp->ctf_ptrtab[id]) != 0) { in init_types()704 fp->ctf_ptrtab[index] = dst; in init_types()1109 if (fp->ctf_ptrtab != NULL) { in ctf_close()1110 ctf_free(fp->ctf_ptrtab, in ctf_close()
114 ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX(fp, type)]; in ctf_lookup_by_name()117 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[ in ctf_lookup_by_name()
208 uint_t *ctf_ptrtab; /* translation table for pointer-to lookups */ member
653 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX(fp, type)]) != 0) in ctf_type_pointer()662 if ((ntype = fp->ctf_ptrtab[LCTF_TYPE_TO_INDEX(fp, type)]) != 0) in ctf_type_pointer()