Lines Matching refs:ctf_id_t

462 		ctf_free(dtd->dtd_u.dtu_argv, sizeof (ctf_id_t) *
478 ctf_dtd_lookup(ctf_file_t *fp, ctf_id_t type)
525 static ctf_id_t
529 ctf_id_t type;
585 static ctf_id_t
590 ctf_id_t type;
605 static ctf_id_t
606 ctf_add_reftype(ctf_file_t *fp, uint_t flag, ctf_id_t ref, uint_t kind)
609 ctf_id_t type;
623 ctf_id_t
630 ctf_id_t
637 ctf_id_t
638 ctf_add_pointer(ctf_file_t *fp, uint_t flag, ctf_id_t ref)
643 ctf_id_t
647 ctf_id_t type;
663 ctf_set_array(ctf_file_t *fp, ctf_id_t type, const ctf_arinfo_t *arp)
679 ctf_id_t
681 const ctf_funcinfo_t *ctc, const ctf_id_t *argv)
684 ctf_id_t type;
686 ctf_id_t *vdat = NULL;
699 if (vlen != 0 && (vdat = ctf_alloc(sizeof (ctf_id_t) * vlen)) == NULL)
703 ctf_free(vdat, sizeof (ctf_id_t) * vlen);
710 bcopy(argv, vdat, sizeof (ctf_id_t) * ctc->ctc_argc);
718 ctf_id_t
724 ctf_id_t type;
740 ctf_id_t
746 ctf_id_t type;
762 ctf_id_t
768 ctf_id_t type;
784 ctf_id_t
790 ctf_id_t type;
808 * return the ctf_id_t of the existing definition.
823 ctf_id_t
824 ctf_add_typedef(ctf_file_t *fp, uint_t flag, const char *name, ctf_id_t ref)
827 ctf_id_t type;
841 ctf_id_t
842 ctf_add_volatile(ctf_file_t *fp, uint_t flag, ctf_id_t ref)
847 ctf_id_t
848 ctf_add_const(ctf_file_t *fp, uint_t flag, ctf_id_t ref)
853 ctf_id_t
854 ctf_add_restrict(ctf_file_t *fp, uint_t flag, ctf_id_t ref)
860 ctf_add_enumerator(ctf_file_t *fp, ctf_id_t enid, const char *name, int value)
916 ctf_add_member(ctf_file_t *fp, ctf_id_t souid, const char *name, ctf_id_t type)
968 ctf_id_t ltype = ctf_type_resolve(fp, lmd->dmd_type);
1036 membcmp(const char *name, ctf_id_t type, ulong_t offset, void *arg)
1046 membadd(const char *name, ctf_id_t type, ulong_t offset, void *arg)
1085 ctf_id_t
1086 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type)
1088 ctf_id_t dst_type = CTF_ERR;
1139 dst_type = (ctf_id_t)hep->h_type;