Home
last modified time | relevance | path

Searched refs:cdf_fip (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_dwarf.c236 ctf_funcinfo_t cdf_fip; member
1938 &(cdf->cdf_fip.ctc_return), CTF_ADD_ROOT)) != 0) { in ctf_dwarf_convert_function()
1948 if ((cdf->cdf_fip.ctc_return = ctf_dwarf_void(cup)) == in ctf_dwarf_convert_function()
1966 if ((ret = ctf_dwarf_function_count(cup, die, &cdf->cdf_fip, in ctf_dwarf_convert_function()
1974 if (cdf->cdf_fip.ctc_argc != 0) { in ctf_dwarf_convert_function()
1975 uint_t argc = cdf->cdf_fip.ctc_argc; in ctf_dwarf_convert_function()
1983 &cdf->cdf_fip, cdf->cdf_argv)) != 0) { in ctf_dwarf_convert_function()
1995 cdf->cdf_fip.ctc_argc); in ctf_dwarf_convert_function()
2312 ret = ctf_add_function(cup->cu_ctfp, idx, &cdf->cdf_fip, in ctf_dwarf_conv_funcvars_cb()
2652 if (cdf->cdf_fip.ctc_argc != 0) { in ctf_dwarf_free_die()
[all …]