Home
last modified time | relevance | path

Searched refs:ctf_strptr (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c100 const char *name = ctf_strptr(fp, mp->ctm_name); in ctf_member_iter()
111 const char *name = ctf_strptr(fp, lmp->ctlm_name); in ctf_member_iter()
149 const char *name = ctf_strptr(fp, ep->cte_name); in ctf_enum_iter()
340 const char *name = ctf_strptr(rfp, tp->ctt_name); in ctf_type_qlname()
778 strcmp(ctf_strptr(lfp, ltp->ctt_name), in ctf_type_compat()
779 ctf_strptr(rfp, rtp->ctt_name)) != 0) in ctf_type_compat()
837 if (strcmp(ctf_strptr(fp, mp->ctm_name), name) == 0) { in ctf_member_info()
916 return (ctf_strptr(fp, ep->cte_name)); in ctf_enum_name()
952 if (strcmp(ctf_strptr(fp, ep->cte_name), name) == 0) { in ctf_enum_value()
1002 func, arg, ctf_strptr(fp, mp->ctm_name), in ctf_type_rvisit()
[all …]
H A Dctf_util.c131 ctf_strptr(ctf_file_t *fp, uint_t name) in ctf_strptr() function
H A Dctf_decl.c109 if (ctf_strptr(fp, tp->ctt_name)[0] == '\0') { in ctf_decl_push()
H A Dctf_open.c359 name = ctf_strptr(fp, tp->ctt_name); in init_types()
527 strcmp(ctf_strptr(fp, tp->ctt_name), "") == 0 && in init_types()
725 fp->ctf_parlabel = ctf_strptr(fp, hp.cth_parlabel); in ctf_bufopen()
727 fp->ctf_parname = ctf_strptr(fp, hp.cth_parname); in ctf_bufopen()
H A Dctf_hash.c135 const char *str = ctf_strptr(fp, name); in ctf_hash_define()
H A Dctf_impl.h299 extern const char *ctf_strptr(ctf_file_t *, uint_t);
H A Dctf_create.c1724 name = ctf_strptr(src_fp, tp->ctt_name); in ctf_add_type()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c118 iname = ctf_strptr(ifp, itp->ctt_name); in ctf_diff_name()
119 oname = ctf_strptr(ofp, otp->ctt_name); in ctf_diff_name()
381 iname = ctf_strptr(ifp, imp->ctm_name); in ctf_diff_struct()
385 iname = ctf_strptr(ifp, ilmp->ctlm_name); in ctf_diff_struct()
391 oname = ctf_strptr(ofp, omp->ctm_name); in ctf_diff_struct()
395 oname = ctf_strptr(ofp, olmp->ctlm_name); in ctf_diff_struct()
579 if (strcmp(ctf_strptr(ifp, iep->cte_name), in ctf_diff_enum()
580 ctf_strptr(ofp, oep->cte_name)) != 0) in ctf_diff_enum()