Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-types.c71 const char *name = ctf_strptr (fp, mp->ctm_name); in ctf_member_iter()
83 const char *name = ctf_strptr (fp, lmp->ctlm_name); in ctf_member_iter()
137 const char *name = ctf_strptr (fp, ep->cte_name); in ctf_enum_iter()
213 if ((rc = func (ctf_strptr (fp, fp->ctf_vars[i].ctv_name), in ctf_variable_iter()
366 const char *name = ctf_strptr (rfp, tp->ctt_name); in ctf_type_aname()
862 same_names = (strcmp (ctf_strptr (lfp, ltp->ctt_name), in ctf_type_compat()
863 ctf_strptr (rfp, rtp->ctt_name)) == 0); in ctf_type_compat()
945 if (strcmp (ctf_strptr (fp, mp->ctm_name), name) == 0) in ctf_member_info()
960 if (strcmp (ctf_strptr (fp, lmp->ctlm_name), name) == 0) in ctf_member_info()
1055 return (ctf_strptr (fp, ep->cte_name)); in ctf_enum_name()
[all …]
H A Dctf-decl.c100 if (ctf_strptr (fp, tp->ctt_name)[0] == '\0') in ctf_decl_push()
H A Dctf-open.c340 fp->ctf_parlabel = ctf_strptr (fp, hp->cth_parlabel); in ctf_set_base()
342 fp->ctf_parname = ctf_strptr (fp, hp->cth_parname); in ctf_set_base()
344 fp->ctf_cuname = ctf_strptr (fp, hp->cth_cuname); in ctf_set_base()
775 name = ctf_strptr (fp, tp->ctt_name); in init_types()
922 && strcmp (ctf_strptr (fp, tp->ctt_name), "") == 0 in init_types()
H A Dctf-lookup.c209 return (strcmp (key->clvk_name, ctf_strptr (key->clvk_fp, memb->ctv_name))); in ctf_lookup_var()
H A Dctf-impl.h424 extern const char *ctf_strptr (ctf_file_t *, uint32_t);
H A Dctf-string.c69 ctf_strptr (ctf_file_t *fp, uint32_t name) in ctf_strptr() function
H A Dctf-dump.c186 if (asprintf (&str, "%s: %s\n", name, ctf_strptr (fp, value)) < 0) in ctf_dump_header_strfield()
H A Dctf-create.c924 && strcmp (ctf_strptr (fp, dtd->dtd_data.ctt_name), "") == 0 in ctf_add_reftype()
1642 name = ctf_strptr (src_fp, src_tp->ctt_name); in ctf_add_type_internal()