Home
last modified time | relevance | path

Searched refs:ctf_str_add_ref (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-create.c169 ctf_str_add_ref (fp, dmd->dmd_name, &copied->ctm_name); in ctf_copy_smembers()
195 ctf_str_add_ref (fp, dmd->dmd_name, &copied->ctlm_name); in ctf_copy_lmembers()
216 ctf_str_add_ref (fp, dmd->dmd_name, &copied->cte_name); in ctf_copy_emembers()
361 ctf_str_add_ref (fp, fp->ctf_parname, &hdrp->cth_parname); in ctf_serialize()
363 ctf_str_add_ref (fp, fp->ctf_cuname, &hdrp->cth_cuname); in ctf_serialize()
374 ctf_str_add_ref (fp, dvd->dvd_name, &var->ctv_name); in ctf_serialize()
408 ctf_str_add_ref (fp, name, &copied->ctt_name); in ctf_serialize()
825 dtd->dtd_data.ctt_name = ctf_str_add_ref (fp, name, &dtd->dtd_data.ctt_name); in ctf_add_generic()
H A Dctf-impl.h431 extern uint32_t ctf_str_add_ref (ctf_file_t *, const char *, uint32_t *ref);
H A Dctf-string.c235 ctf_str_add_ref (ctf_file_t *fp, const char *str, uint32_t *ref) in ctf_str_add_ref() function