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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_lookup.c108 * Find a pointer to type by looking in fp->ctf_ptrtab.
116 ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)];
119 if (ntype == CTF_ERR || (ntype = fp->ctf_ptrtab[
H A Dctf_open.c342 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1));
344 if (fp->ctf_txlate == NULL || fp->ctf_ptrtab == NULL)
351 bzero(fp->ctf_ptrtab, sizeof (ushort_t) * (fp->ctf_typemax + 1));
490 * in fp->ctf_ptrtab[ index of referenced type ].
494 fp->ctf_ptrtab[
532 if ((dst = fp->ctf_ptrtab[id]) != 0) {
539 fp->ctf_ptrtab[
876 if (fp->ctf_ptrtab != NULL) {
877 ctf_free(fp->ctf_ptrtab,
H A Dctf_impl.h206 ushort_t *ctf_ptrtab; /* translation table for pointer-to lookups */ member in struct:ctf_file
H A Dctf_types.c471 * Find a pointer to type by looking in fp->ctf_ptrtab. If we can't find a
486 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)
495 if ((ntype = fp->ctf_ptrtab[CTF_TYPE_TO_INDEX(type)]) != 0)

Completed in 49 milliseconds