Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/ctf/
H A Dctf_open.c331 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()
333 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL) in init_types()
340 bzero(fp->ctf_ptrtab, sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()
483 fp->ctf_ptrtab[ in init_types()
521 if ((dst = fp->ctf_ptrtab[id]) != 0) { in init_types()
528 fp->ctf_ptrtab[ in init_types()
858 if (fp->ctf_ptrtab != NULL) { in ctf_close()
859 ctf_free(fp->ctf_ptrtab, in ctf_close()
H A Dctf_lookup.c112 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]; in ctf_lookup_by_name()
115 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[ in ctf_lookup_by_name()
H A Dctf_impl.h195 ushort_t *ctf_ptrtab; /* translation table for pointer-to lookups */ member
H A Dctf_types.c484 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0) in ctf_type_pointer()
493 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0) in ctf_type_pointer()