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

/opensolaris-onvv-gate/usr/src/common/ctf/
H A Dctf_lookup.c104 * Find a pointer to type by looking in fp->ctf_ptrtab.
112 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)];
115 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[
H A Dctf_open.c331 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1));
333 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL)
340 bzero(fp->ctf_ptrtab, sizeof (ushort_t) * (fp->ctf_typemax + 1));
479 * in fp->ctf_ptrtab[ index of referenced type ].
483 fp->ctf_ptrtab[
521 if ((dst = fp->ctf_ptrtab[id]) != 0) {
528 fp->ctf_ptrtab[
858 if (fp->ctf_ptrtab != NULL) {
859 ctf_free(fp->ctf_ptrtab,
H A Dctf_impl.h195 ushort_t *ctf_ptrtab; /* translation table for pointer-to lookups */ member in struct:ctf_file
H A Dctf_types.c469 * Find a pointer to type by looking in fp->ctf_ptrtab. If we can't find a
484 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
493 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)

Completed in 109 milliseconds