Searched refs:ctf_alloc (Results 1 – 14 of 14) 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 …]
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()
52 ctf_alloc(size_t size) in ctf_alloc() function
202 cch = ctf_alloc(sizeof (struct ctf_convert_handle)); in ctf_convert_init()300 ccf = ctf_alloc(sizeof (ctf_convert_filelist_t)); in ctf_convert_add_ignore()
387 argv = ctf_alloc(sizeof (ctf_id_t) * ctc.ctc_argc); in ctf_merge_add_func()795 cmp->cm_tmap = ctf_alloc(sizeof (ctf_merge_tinfo_t) * in ctf_merge_types_init()1032 out = ctf_alloc(sizeof (ctf_merge_t)); in ctf_merge_init()1080 fmap = ctf_alloc(sizeof (ctf_merge_funcmap_t) + in ctf_merge_add_function()1117 cmo = ctf_alloc(sizeof (ctf_merge_objmap_t)); in ctf_merge_add_object()1204 cmi = ctf_alloc(sizeof (ctf_merge_input_t)); in ctf_merge_add()1227 cmi = ctf_alloc(sizeof (ctf_merge_input_t)); in ctf_merge_add()
427 if ((dwmap = ctf_alloc(sizeof (ctf_dwmap_t))) == NULL) in ctf_dwmap_add()1350 name = ctf_alloc(namesz + 1); in ctf_dwarf_member_bitfield()1353 cdb = ctf_alloc(sizeof (ctf_dwbitf_t)); in ctf_dwarf_member_bitfield()2091 argv = ctf_alloc(sizeof (ctf_id_t) * fi.ctc_argc); in ctf_dwarf_create_fptr()2369 if ((cdf = ctf_alloc(sizeof (ctf_dwfunc_t))) == NULL) { in ctf_dwarf_convert_function()2416 cdf->cdf_argv = ctf_alloc(sizeof (ctf_id_t) * argc); in ctf_dwarf_convert_function()2500 if ((cdv = ctf_alloc(sizeof (ctf_dwvar_t))) == NULL) { in ctf_dwarf_convert_variable()2905 args = ctf_alloc(sizeof (ctf_id_t) * fip.ctc_argc); in ctf_dwarf_duplicate_func()3621 cdies = ctf_alloc(sizeof (ctf_cu_t) * ndies); in ctf_dwarf_convert()
56 hp->h_buckets = ctf_alloc(sizeof (ushort_t) * hp->h_nbuckets); in ctf_hash_create()57 hp->h_chains = ctf_alloc(sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_create()
68 ctf_dtdef_t **hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *)); in ctf_create()112 hash = ctf_alloc(hashlen * sizeof (ctf_dtdef_t *)); in ctf_fdcreate()969 if ((dtd = ctf_alloc(sizeof (ctf_dtdef_t))) == NULL) in ctf_add_generic()1168 if (vlen != 0 && (vdat = ctf_alloc(sizeof (ctf_id_t) * vlen)) == NULL) in ctf_add_funcptr()1424 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in ctf_add_enumerator()1527 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in ctf_add_member()1666 if ((dmd = ctf_alloc(sizeof (ctf_dmdef_t))) == NULL) in membadd()2037 dsd = ctf_alloc(sizeof (ctf_dsdef_t)); in ctf_add_function()2044 dsd->dsd_argc = ctf_alloc(sizeof (ctf_id_t) * dsd->dsd_nargs); in ctf_add_function()2098 dsd = ctf_alloc(sizeof (ctf_dsdef_t)); in ctf_add_object()[all …]
143 char *s2 = ctf_alloc(strlen(s1) + 1); in ctf_strdup()
138 if ((cdp = ctf_alloc(sizeof (ctf_decl_node_t))) == NULL) { in ctf_decl_push()
332 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()333 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()680 if ((fp = ctf_alloc(sizeof (ctf_file_t))) == NULL) in ctf_bufopen()739 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t)); in ctf_bufopen()
311 extern void *ctf_alloc(size_t);
63 ctf_alloc(size_t size) in ctf_alloc() function
116 ctf_alloc(size_t size) in ctf_alloc() function