Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-open.c344 fp->ctf_cuname = ctf_strptr (fp, hp->cth_cuname); in ctf_set_base()
346 if (fp->ctf_cuname) in ctf_set_base()
347 ctf_dprintf ("ctf_set_base: CU name %s\n", fp->ctf_cuname); in ctf_set_base()
1749 ctf_cuname (ctf_file_t *fp) in ctf_cuname() function
1751 return fp->ctf_cuname; in ctf_cuname()
1763 fp->ctf_cuname = fp->ctf_dyncuname; in ctf_cuname_set()
H A Dctf-impl.h271 const char *ctf_cuname; /* Compilation unit name (if any). */ member
H A Dctf-create.c362 if (fp->ctf_cuname != NULL) in ctf_serialize()
363 ctf_str_add_ref (fp, fp->ctf_cuname, &hdrp->cth_cuname); in ctf_serialize()
/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf-api.h288 extern const char *ctf_cuname (ctf_file_t *);