Searched refs:ctf_strraw (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-labels.c | 55 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 D | ctf-string.c | 61 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 D | ctf-hash.c | 312 const char *str = ctf_strraw (fp, name); in ctf_hash_insert_type()
|
H A D | ctf-impl.h | 425 extern const char *ctf_strraw (ctf_file_t *, uint32_t);
|
H A D | ctf-create.c | 407 && (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 D | ctf-types.c | 477 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()
|