Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c468 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()
H A Dctf_lookup.c114 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()
H A Dctf_impl.h208 uint_t *ctf_ptrtab; /* translation table for pointer-to lookups */ member
H A Dctf_types.c653 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()