Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c242 ctf_funcinfo_t cdf_fip; member
2378 &(cdf->cdf_fip.ctc_return), CTF_ADD_ROOT)) != 0) { in ctf_dwarf_convert_function()
2388 if ((cdf->cdf_fip.ctc_return = ctf_dwarf_void(cup)) == in ctf_dwarf_convert_function()
2406 if ((ret = ctf_dwarf_function_count(cup, die, &cdf->cdf_fip, in ctf_dwarf_convert_function()
2414 if (cdf->cdf_fip.ctc_argc != 0) { in ctf_dwarf_convert_function()
2415 uint_t argc = cdf->cdf_fip.ctc_argc; in ctf_dwarf_convert_function()
2423 &cdf->cdf_fip, cdf->cdf_argv)) != 0) { in ctf_dwarf_convert_function()
2435 cdf->cdf_fip.ctc_argc); in ctf_dwarf_convert_function()
2757 ret = ctf_add_function(cup->cu_ctfp, idx, &cdf->cdf_fip, in ctf_dwarf_conv_funcvars_cb()
3110 if (cdf->cdf_fip.ctc_argc != 0) { in ctf_dwarf_free_die()
[all …]