Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_dwarf.c237 ctf_id_t *cdf_argv; member
1976 cdf->cdf_argv = ctf_alloc(sizeof (ctf_id_t) * argc); in ctf_dwarf_convert_function()
1977 if (cdf->cdf_argv == NULL) { in ctf_dwarf_convert_function()
1983 &cdf->cdf_fip, cdf->cdf_argv)) != 0) { in ctf_dwarf_convert_function()
1984 ctf_free(cdf->cdf_argv, sizeof (ctf_id_t) * argc); in ctf_dwarf_convert_function()
1990 cdf->cdf_argv = NULL; in ctf_dwarf_convert_function()
1994 ctf_free(cdf->cdf_argv, sizeof (ctf_id_t) * in ctf_dwarf_convert_function()
2313 cdf->cdf_argv); in ctf_dwarf_conv_funcvars_cb()
2653 ctf_free(cdf->cdf_argv, in ctf_dwarf_free_die()