Searched refs:ctf_strraw (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_labels.c | 69 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost() 95 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) { in ctf_label_iter()
|
H A D | ctf_util.c | 119 ctf_strraw(ctf_file_t *fp, uint_t name) in ctf_strraw() function 133 const char *s = ctf_strraw(fp, name); in ctf_strptr()
|
H A D | ctf_impl.h | 289 extern const char *ctf_strraw(ctf_file_t *, uint_t);
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_merge.c | 178 name = ctf_strraw(cmp->cm_src, tp->ctt_name); in ctf_merge_add_number() 246 name = ctf_strraw(cmp->cm_src, tp->ctt_name); in ctf_merge_add_reftype() 283 name = ctf_strraw(cmp->cm_src, tp->ctt_name); in ctf_merge_add_typedef() 334 name = ctf_strraw(cmp->cm_src, tp->ctt_name); in ctf_merge_add_enum() 417 name = ctf_strraw(cmp->cm_src, tp->ctt_name); in ctf_merge_add_forward() 471 name = ctf_strraw(cmp->cm_src, tp->ctt_name); in ctf_merge_add_sou()
|