Searched refs:ctf_str_add_ref (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-serialize.c425 ctf_str_add_ref (fp, sym_name, dpp++);
828 ctf_str_add_ref (fp, name, &copied->ctt_name);
829 ctf_str_add_ref (fp, name, &dtd->dtd_data.ctt_name);
872 ctf_str_add_ref (fp, name, &dtd_vlen[i].ctlm_name);
879 ctf_str_add_ref (fp, name, &t_vlen[i].ctm_name);
884 ctf_str_add_ref (fp, name, &t_lvlen[i].ctlm_name);
905 ctf_str_add_ref (fp, name, &t_vlen[i].cte_name);
906 ctf_str_add_ref (fp, name, &dtd_vlen[i].cte_name);
1036 ctf_str_add_ref (fp, fp->ctf_parname, &hdrp->cth_parname);
1038 ctf_str_add_ref (f
[all...]
H A Dctf-string.c240 ctf_str_add_ref() as well.) */
260 ctf_str_add_ref (ctf_dict_t *fp, const char *str, uint32_t *ref) function
275 /* Like ctf_str_add_ref(), but notes that this memory location must be added as
H A Dctf-impl.h726 extern uint32_t ctf_str_add_ref (ctf_dict_t *, const char *, uint32_t *ref);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c425 ctf_str_add_ref (fp, sym_name, dpp++);
828 ctf_str_add_ref (fp, name, &copied->ctt_name);
829 ctf_str_add_ref (fp, name, &dtd->dtd_data.ctt_name);
872 ctf_str_add_ref (fp, name, &dtd_vlen[i].ctlm_name);
879 ctf_str_add_ref (fp, name, &t_vlen[i].ctm_name);
884 ctf_str_add_ref (fp, name, &t_lvlen[i].ctlm_name);
905 ctf_str_add_ref (fp, name, &t_vlen[i].cte_name);
906 ctf_str_add_ref (fp, name, &dtd_vlen[i].cte_name);
1036 ctf_str_add_ref (fp, fp->ctf_parname, &hdrp->cth_parname);
1038 ctf_str_add_ref (f
[all...]
H A Dctf-string.c240 ctf_str_add_ref() as well.) */
260 ctf_str_add_ref (ctf_dict_t *fp, const char *str, uint32_t *ref) function
275 /* Like ctf_str_add_ref(), but notes that this memory location must be added as
H A Dctf-impl.h726 extern uint32_t ctf_str_add_ref (ctf_dict_t *, const char *, uint32_t *ref);
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c425 ctf_str_add_ref (fp, sym_name, dpp++);
828 ctf_str_add_ref (fp, name, &copied->ctt_name);
829 ctf_str_add_ref (fp, name, &dtd->dtd_data.ctt_name);
872 ctf_str_add_ref (fp, name, &dtd_vlen[i].ctlm_name);
879 ctf_str_add_ref (fp, name, &t_vlen[i].ctm_name);
884 ctf_str_add_ref (fp, name, &t_lvlen[i].ctlm_name);
905 ctf_str_add_ref (fp, name, &t_vlen[i].cte_name);
906 ctf_str_add_ref (fp, name, &dtd_vlen[i].cte_name);
1036 ctf_str_add_ref (fp, fp->ctf_parname, &hdrp->cth_parname);
1038 ctf_str_add_ref (f
[all...]
H A Dctf-string.c242 ctf_str_add_ref() as well.) */
262 ctf_str_add_ref (ctf_dict_t *fp, const char *str, uint32_t *ref) function
277 /* Like ctf_str_add_ref(), but notes that this memory location must be added as
H A Dctf-impl.h726 extern uint32_t ctf_str_add_ref (ctf_dict_t *, const char *, uint32_t *ref);
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-create.c175 ctf_str_add_ref (fp, dmd->dmd_name, &copied->ctm_name);
201 ctf_str_add_ref (fp, dmd->dmd_name, &copied->ctlm_name);
222 ctf_str_add_ref (fp, dmd->dmd_name, &copied->cte_name);
367 ctf_str_add_ref (fp, fp->ctf_parname, &hdrp->cth_parname);
369 ctf_str_add_ref (fp, fp->ctf_cuname, &hdrp->cth_cuname);
380 ctf_str_add_ref (fp, dvd->dvd_name, &var->ctv_name);
414 ctf_str_add_ref (fp, name, &copied->ctt_name);
858 dtd->dtd_data.ctt_name = ctf_str_add_ref (fp, name, &dtd->dtd_data.ctt_name);
H A Dctf-string.c216 ctf_str_add_ref() as well.) */
235 ctf_str_add_ref (ctf_file_t *fp, const char *str, uint32_t *ref) function
H A Dctf-impl.h671 extern uint32_t ctf_str_add_ref (ctf_file_t *, const char *, uint32_t *ref);

Completed in 290 milliseconds