Searched refs:ctf_alloc (Results 1 – 13 of 13) sorted by relevance
276 iids = ctf_alloc(sizeof (ctf_id_t) * ifunc.ctc_argc); in ctf_diff_fptr()280 oids = ctf_alloc(sizeof (ctf_id_t) * ifunc.ctc_argc); in ctf_diff_fptr()364 cdg = ctf_alloc(sizeof (ctf_diff_guess_t)); in ctf_diff_struct()527 cdg = ctf_alloc(sizeof (ctf_diff_guess_t)); in ctf_diff_union()824 cds = ctf_alloc(sizeof (ctf_diff_t)); in ctf_diff_init()839 cds->cds_forward = ctf_alloc(fsize); in ctf_diff_init()845 cds->cds_reverse = ctf_alloc(rsize); in ctf_diff_init()1053 cds->cds_ifuncs = ctf_alloc(sizeof (ctf_diff_func_t) * ifcount); in ctf_diff_func_fill()1060 cds->cds_ofuncs = ctf_alloc(sizeof (ctf_diff_func_t) * ofcount); in ctf_diff_func_fill()1123 iids = ctf_alloc(sizeof (ctf_id_t) * idcnt); in ctf_diff_func_fill()[all …]
52 ctf_alloc(size_t size) in ctf_alloc() function
130 secxlate = ctf_alloc(sizeof (int) * nshdr); in ctf_write_elf()216 ddata->d_buf = strdatabuf = ctf_alloc(strdatasz); in ctf_write_elf()238 ddata->d_buf = symdatabuf = ctf_alloc(symdatasz); in ctf_write_elf()
372 argv = ctf_alloc(sizeof (ctf_id_t) * ctc.ctc_argc); in ctf_merge_add_func()750 cmp->cm_tmap = ctf_alloc(sizeof (ctf_merge_tinfo_t) * in ctf_merge_types_init()1016 out = ctf_alloc(sizeof (ctf_merge_t)); in ctf_merge_init()1069 fmap = ctf_alloc(sizeof (ctf_merge_funcmap_t) + in ctf_merge_add_funcs_cb()1097 cmo = ctf_alloc(sizeof (ctf_merge_objmap_t)); in ctf_merge_add_objs_cb()1123 cmi = ctf_alloc(sizeof (ctf_merge_input_t)); in ctf_merge_add()1152 cmi = ctf_alloc(sizeof (ctf_merge_input_t)); in ctf_merge_add()
410 if ((dwmap = ctf_alloc(sizeof (ctf_dwmap_t))) == NULL) in ctf_dwmap_add()1181 name = ctf_alloc(namesz + 1); in ctf_dwarf_member_bitfield()1184 cdb = ctf_alloc(sizeof (ctf_dwbitf_t)); in ctf_dwarf_member_bitfield()1674 argv = ctf_alloc(sizeof (ctf_id_t) * fi.ctc_argc); in ctf_dwarf_create_fptr()1929 if ((cdf = ctf_alloc(sizeof (ctf_dwfunc_t))) == NULL) { in ctf_dwarf_convert_function()1976 cdf->cdf_argv = ctf_alloc(sizeof (ctf_id_t) * argc); in ctf_dwarf_convert_function()2060 if ((cdv = ctf_alloc(sizeof (ctf_dwvar_t))) == NULL) { in ctf_dwarf_convert_variable()2458 args = ctf_alloc(sizeof (ctf_id_t) * fip.ctc_argc); in ctf_dwarf_duplicate_func()2883 cdies = ctf_alloc(sizeof (ctf_cu_t) * ndies); in ctf_dwarf_convert()
54 hp->h_buckets = ctf_alloc(sizeof (ushort_t) * hp->h_nbuckets); in ctf_hash_create()55 hp->h_chains = ctf_alloc(sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_create()
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()[all …]
143 char *s2 = ctf_alloc(strlen(s1) + 1); in ctf_strdup()
140 if ((cdp = ctf_alloc(sizeof (ctf_decl_node_t))) == NULL) { in ctf_decl_push()
331 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()332 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()679 if ((fp = ctf_alloc(sizeof (ctf_file_t))) == NULL) in ctf_bufopen()738 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t)); in ctf_bufopen()
302 extern void *ctf_alloc(size_t);
65 ctf_alloc(size_t size) in ctf_alloc() function
116 ctf_alloc(size_t size) in ctf_alloc() function