Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-labels.c55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) in ctf_label_iter()
H A Dctf-string.c61 ctf_strraw (ctf_file_t *fp, uint32_t name) in ctf_strraw() function
71 const char *s = ctf_strraw (fp, name); in ctf_strptr()
H A Dctf-hash.c312 const char *str = ctf_strraw (fp, name); in ctf_hash_insert_type()
H A Dctf-impl.h425 extern const char *ctf_strraw (ctf_file_t *, uint32_t);
H A Dctf-create.c407 && (name = ctf_strraw (fp, copied->ctt_name)) != NULL) in ctf_serialize()
607 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) in ctf_dtd_insert()
649 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) in ctf_dtd_delete()
765 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) in ctf_rollback()
H A Dctf-types.c477 if (ctf_strraw (fp, tp->ctt_name) != NULL) in ctf_type_aname_raw()
478 return strdup (ctf_strraw (fp, tp->ctt_name)); in ctf_type_aname_raw()