Searched refs:cdf (Results 1 – 2 of 2) sorted by relevance
1913 ctf_dwfunc_t *cdf; in ctf_dwarf_convert_function() local1929 if ((cdf = ctf_alloc(sizeof (ctf_dwfunc_t))) == NULL) { in ctf_dwarf_convert_function()1933 bzero(cdf, sizeof (ctf_dwfunc_t)); in ctf_dwarf_convert_function()1934 cdf->cdf_name = name; in ctf_dwarf_convert_function()1938 &(cdf->cdf_fip.ctc_return), CTF_ADD_ROOT)) != 0) { in ctf_dwarf_convert_function()1940 ctf_free(cdf, sizeof (ctf_dwfunc_t)); in ctf_dwarf_convert_function()1945 ctf_free(cdf, sizeof (ctf_dwfunc_t)); in ctf_dwarf_convert_function()1948 if ((cdf->cdf_fip.ctc_return = ctf_dwarf_void(cup)) == in ctf_dwarf_convert_function()1951 ctf_free(cdf, sizeof (ctf_dwfunc_t)); in ctf_dwarf_convert_function()1966 if ((ret = ctf_dwarf_function_count(cup, die, &cdf->cdf_fip, in ctf_dwarf_convert_function()[all …]
18333 1cdf WonTen Technology Co., Ltd.