Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-open.c1628 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()
H A Dctf-impl.h272 char *ctf_dyncuname; /* Dynamically allocated name of CU. */ member