Home
last modified time | relevance | path

Searched refs:ctf_strraw (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-labels.c55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) in ctf_label_iter()
H A Dctf-string.c62 ctf_strraw (ctf_dict_t *fp, uint32_t name) in ctf_strraw() function
72 const char *s = ctf_strraw (fp, name); in ctf_strptr()
H A Dctf-create.c231 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) in ctf_dtd_insert()
265 ctf_str_remove_ref (fp, ctf_strraw (fp, memb[i].ctlm_name), in ctf_dtd_delete()
275 ctf_str_remove_ref (fp, ctf_strraw (fp, en[i].cte_name), in ctf_dtd_delete()
287 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL in ctf_dtd_delete()
410 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL in ctf_rollback()
1249 const char *lname = ctf_strraw (fp, memb[vlen - 1].ctlm_name); in ctf_add_member_offset()
H A Dctf-serialize.c826 && (name = ctf_strraw (fp, copied->ctt_name)) != NULL) in ctf_emit_type_sect()
870 const char *name = ctf_strraw (fp, dtd_vlen[i].ctlm_name); in ctf_emit_type_sect()
903 const char *name = ctf_strraw (fp, dtd_vlen[i].cte_name); in ctf_emit_type_sect()
H A Dctf-impl.h720 extern const char *ctf_strraw (ctf_dict_t *, uint32_t);
H A Dctf-hash.c791 const char *str = ctf_strraw (fp, name); in ctf_hash_insert_type()
H A DChangeLog-20201177 ctf_dtnextid and ctf_dtbyname. Use ctf_strraw, not dtd_name.
1456 (ctf_strraw): ... here, with new support for ctf_syn_ext_strtab.
1474 ctf_strraw). Adjust to diagnose ECTF_STRTAB nonetheless.
1631 (ctf_strraw): Move to ctf-string.c.
H A Dctf-dedup.c1062 name = ctf_strraw (input, tp->ctt_name); in ctf_dedup_hash_type()
2686 name = ctf_strraw (real_input, tp->ctt_name); in ctf_dedup_emit_type()
H A Dctf-types.c896 return ctf_strraw (fp, tp->ctt_name); in ctf_type_name_raw()
H A Dctf-link.c1692 did->cid_sym.st_name = ctf_strraw (fp, off); in ctf_link_shuffle_syms()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_util.c102 ctf_strraw(ctf_file_t *fp, uint_t name) in ctf_strraw() function
116 const char *s = ctf_strraw(fp, name); in ctf_strptr()
H A Dctf_labels.c72 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
98 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) { in ctf_label_iter()
H A Dctf_impl.h308 extern const char *ctf_strraw(ctf_file_t *, uint_t);
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-labels.c55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
81 if ((lname = ctf_strraw (fp, ctlp->ctl_label)) == NULL) in ctf_label_iter()
H A Dctf-string.c62 ctf_strraw (ctf_dict_t *fp, uint32_t name) in ctf_strraw() function
72 const char *s = ctf_strraw (fp, name); in ctf_strptr()
H A Dctf-create.c234 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL) in ctf_dtd_insert()
269 ctf_str_remove_ref (fp, ctf_strraw (fp, memb[i].ctlm_name), in ctf_dtd_delete()
279 ctf_str_remove_ref (fp, ctf_strraw (fp, en[i].cte_name), in ctf_dtd_delete()
291 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL in ctf_dtd_delete()
414 && (name = ctf_strraw (fp, dtd->dtd_data.ctt_name)) != NULL in ctf_rollback()
1224 const char *lname = ctf_strraw (fp, memb[vlen - 1].ctlm_name); in ctf_add_member_offset()
H A Dctf-serialize.c826 && (name = ctf_strraw (fp, copied->ctt_name)) != NULL) in ctf_emit_type_sect()
870 const char *name = ctf_strraw (fp, dtd_vlen[i].ctlm_name); in ctf_emit_type_sect()
903 const char *name = ctf_strraw (fp, dtd_vlen[i].cte_name); in ctf_emit_type_sect()
H A Dctf-impl.h720 extern const char *ctf_strraw (ctf_dict_t *, uint32_t);
H A Dctf-hash.c791 const char *str = ctf_strraw (fp, name); in ctf_hash_insert_type()
H A DChangeLog-20201177 ctf_dtnextid and ctf_dtbyname. Use ctf_strraw, not dtd_name.
1456 (ctf_strraw): ... here, with new support for ctf_syn_ext_strtab.
1474 ctf_strraw). Adjust to diagnose ECTF_STRTAB nonetheless.
1631 (ctf_strraw): Move to ctf-string.c.
H A Dctf-dedup.c1062 name = ctf_strraw (input, tp->ctt_name); in ctf_dedup_hash_type()
2689 name = ctf_strraw (real_input, tp->ctt_name); in ctf_dedup_emit_type()
H A Dctf-types.c887 return ctf_strraw (fp, tp->ctt_name); in ctf_type_name_raw()
H A Dctf-link.c1679 did->cid_sym.st_name = ctf_strraw (fp, off); in ctf_link_shuffle_syms()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201177 ctf_dtnextid and ctf_dtbyname. Use ctf_strraw, not dtd_name.
1456 (ctf_strraw): ... here, with new support for ctf_syn_ext_strtab.
1474 ctf_strraw). Adjust to diagnose ECTF_STRTAB nonetheless.
1631 (ctf_strraw): Move to ctf-string.c.