Searched refs:ctf_dyncuname (Results 1 – 2 of 2) sorted by relevance
1628 free (fp->ctf_dyncuname); in ctf_file_close()1758 if (fp->ctf_dyncuname != NULL) in ctf_cuname_set()1759 free (fp->ctf_dyncuname); in ctf_cuname_set()1761 if ((fp->ctf_dyncuname = strdup (name)) == NULL) in ctf_cuname_set()1763 fp->ctf_cuname = fp->ctf_dyncuname; in ctf_cuname_set()
272 char *ctf_dyncuname; /* Dynamically allocated name of CU. */ member