Lines Matching refs:ctf_alloc
58 ctf_dtdef_t **hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *)); in ctf_create()
102 hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *)); in ctf_fdcreate()
958 if ((dtd = ctf_alloc(sizeof (ctf_dtdef_t))) == NULL) in ctf_add_generic()
1154 if (vlen != 0 && (vdat = ctf_alloc(sizeof (ctf_id_t) * vlen)) == NULL) in ctf_add_funcptr()
1400 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in ctf_add_enumerator()
1503 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in ctf_add_member()
1647 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in membadd()
2015 dsd = ctf_alloc(sizeof (ctf_dsdef_t)); in ctf_add_function()
2022 dsd->dsd_argc = ctf_alloc(sizeof (ctf_id_t) * dsd->dsd_nargs); in ctf_add_function()
2076 dsd = ctf_alloc(sizeof (ctf_dsdef_t)); in ctf_add_object()
2121 if ((dld = ctf_alloc(sizeof (ctf_dldef_t))) == NULL) in ctf_add_label()