Home
last modified time | relevance | path

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

12

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c86 const char *name = ctf_strptr(fp, mp->ctm_name); in ctf_member_iter()
97 const char *name = ctf_strptr(fp, lmp->ctlm_name); in ctf_member_iter()
135 const char *name = ctf_strptr(fp, ep->cte_name); in ctf_enum_iter()
246 const char *name = ctf_strptr(rfp, tp->ctt_name); in ctf_type_qlname()
620 strcmp(ctf_strptr(lfp, ltp->ctt_name), in ctf_type_compat()
621 ctf_strptr(rfp, rtp->ctt_name)) != 0) in ctf_type_compat()
680 if (strcmp(ctf_strptr(fp, mp->ctm_name), name) == 0) { in _ctf_member_info()
695 if (strcmp(ctf_strptr(fp, lmp->ctlm_name), name) == 0) { in _ctf_member_info()
775 return (ctf_strptr(fp, ep->cte_name)); in ctf_enum_name()
811 if (strcmp(ctf_strptr(fp, ep->cte_name), name) == 0) { in ctf_enum_value()
[all …]
H A Dctf_util.c114 ctf_strptr(ctf_file_t *fp, uint_t name) in ctf_strptr() function
H A Dctf_open.c361 name = ctf_strptr(fp, tp->ctt_name); in init_types()
529 strcmp(ctf_strptr(fp, tp->ctt_name), "") == 0 && in init_types()
724 fp->ctf_parlabel = ctf_strptr(fp, hp.cth_parlabel); in ctf_bufopen()
726 fp->ctf_parname = ctf_strptr(fp, hp.cth_parname); in ctf_bufopen()
H A Dctf_decl.c114 if (ctf_strptr(fp, tp->ctt_name)[0] == '\0') { in ctf_decl_push()
H A Dctf_hash.c137 const char *str = ctf_strptr(fp, name); in ctf_hash_define()
H A Dctf_impl.h309 extern const char *ctf_strptr(ctf_file_t *, uint_t);
H A Dctf_create.c1290 name = ctf_strptr(src_fp, tp->ctt_name); in ctf_add_type()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c182 membname = ctf_strptr (fp, memb.ctlm_name); in ctf_member_next()
341 name = ctf_strptr (fp, i->u.ctn_en->cte_name); in ctf_enum_next()
522 *name = ctf_strptr (fp, fp->ctf_vars[i->ctn_n].ctv_name); in ctf_variable_next()
703 const char *name = ctf_strptr (rfp, tp->ctt_name); in ctf_type_aname()
1304 same_names = (strcmp (ctf_strptr (lfp, ltp->ctt_name), in ctf_type_compat()
1305 ctf_strptr (rfp, rtp->ctt_name)) == 0); in ctf_type_compat()
1423 membname = ctf_strptr (fp, memb.ctlm_name); in ctf_member_info()
1511 return (ctf_strptr (fp, ep->cte_name)); in ctf_enum_name()
1549 if (strcmp (ctf_strptr (fp, ep->cte_name), name) == 0) in ctf_enum_value()
1699 func, arg, ctf_strptr (fp, memb.ctlm_name), in ctf_type_rvisit()
H A Dctf-lookup.c383 return (strcmp (key->clik_name, ctf_strptr (key->clik_fp, lookup->ctv_name))); in ctf_lookup_var()
429 return (strcmp (ctf_strptr (arg->fp, arg->names[*one]), in sort_symidx_by_name()
430 ctf_strptr (arg->fp, arg->names[*two]))); in sort_symidx_by_name()
740 *name = ctf_strptr (fp, idx[i->ctn_n]); in ctf_symbol_next()
797 return (strcmp (key->clik_name, ctf_strptr (key->clik_fp, key->clik_names[*idx]))); in ctf_lookup_idx_name()
H A Dctf-decl.c101 if (ctf_strptr (fp, tp->ctt_name)[0] == '\0') in ctf_decl_push()
H A Dctf-open.c368 fp->ctf_parlabel = ctf_strptr (fp, hp->cth_parlabel); in ctf_set_base()
370 fp->ctf_parname = ctf_strptr (fp, hp->cth_parname); in ctf_set_base()
372 fp->ctf_cuname = ctf_strptr (fp, hp->cth_cuname); in ctf_set_base()
798 name = ctf_strptr (fp, tp->ctt_name); in init_types()
H A Dctf-string.c70 ctf_strptr (ctf_dict_t *fp, uint32_t name) in ctf_strptr() function
H A Dctf-create.c1102 if (strcmp (ctf_strptr (fp, en[i].cte_name), name) == 0) in ctf_add_enumerator()
1183 if (strcmp (ctf_strptr (fp, memb[i].ctlm_name), name) == 0) in ctf_add_member_offset()
1617 name = ctf_strptr (src_fp, src_tp->ctt_name); in ctf_add_type_internal()
H A Dctf-impl.h719 extern const char *ctf_strptr (ctf_dict_t *, uint32_t);
H A Dctf-dump.c257 if (asprintf (&str, "%s: %s\n", name, ctf_strptr (fp, value)) < 0) in ctf_dump_header_strfield()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c182 membname = ctf_strptr (fp, memb.ctlm_name); in ctf_member_next()
340 name = ctf_strptr (fp, i->u.ctn_en->cte_name); in ctf_enum_next()
521 *name = ctf_strptr (fp, fp->ctf_vars[i->ctn_n].ctv_name); in ctf_variable_next()
695 const char *name = ctf_strptr (rfp, tp->ctt_name); in ctf_type_aname()
1295 same_names = (strcmp (ctf_strptr (lfp, ltp->ctt_name), in ctf_type_compat()
1296 ctf_strptr (rfp, rtp->ctt_name)) == 0); in ctf_type_compat()
1414 membname = ctf_strptr (fp, memb.ctlm_name); in ctf_member_info()
1499 return (ctf_strptr (fp, ep->cte_name)); in ctf_enum_name()
1540 if (strcmp (ctf_strptr (fp, ep->cte_name), name) == 0) in ctf_enum_value()
1689 func, arg, ctf_strptr (fp, memb.ctlm_name), in ctf_type_rvisit()
H A Dctf-lookup.c386 return (strcmp (key->clik_name, ctf_strptr (key->clik_fp, lookup->ctv_name))); in ctf_lookup_var()
426 return (strcmp (ctf_strptr (arg->fp, arg->names[*one]), in sort_symidx_by_name()
427 ctf_strptr (arg->fp, arg->names[*two]))); in sort_symidx_by_name()
728 *name = ctf_strptr (fp, idx[i->ctn_n]); in ctf_symbol_next()
785 return (strcmp (key->clik_name, ctf_strptr (key->clik_fp, key->clik_names[*idx]))); in ctf_lookup_idx_name()
H A Dctf-decl.c101 if (ctf_strptr (fp, tp->ctt_name)[0] == '\0') in ctf_decl_push()
H A Dctf-open.c368 fp->ctf_parlabel = ctf_strptr (fp, hp->cth_parlabel); in ctf_set_base()
370 fp->ctf_parname = ctf_strptr (fp, hp->cth_parname); in ctf_set_base()
372 fp->ctf_cuname = ctf_strptr (fp, hp->cth_cuname); in ctf_set_base()
798 name = ctf_strptr (fp, tp->ctt_name); in init_types()
H A Dctf-string.c70 ctf_strptr (ctf_dict_t *fp, uint32_t name) in ctf_strptr() function
H A Dctf-create.c1092 if (strcmp (ctf_strptr (fp, en[i].cte_name), name) == 0) in ctf_add_enumerator()
1158 if (strcmp (ctf_strptr (fp, memb[i].ctlm_name), name) == 0) in ctf_add_member_offset()
1587 name = ctf_strptr (src_fp, src_tp->ctt_name); in ctf_add_type_internal()
H A Dctf-impl.h719 extern const char *ctf_strptr (ctf_dict_t *, uint32_t);
H A Dctf-dump.c257 if (asprintf (&str, "%s: %s\n", name, ctf_strptr (fp, value)) < 0) in ctf_dump_header_strfield()
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c934 ctf_strptr(mod_ctf_t *mc, int name) in ctf_strptr() function
972 if (ctf_strptr(mc, tp->ctt_name)[0] == '\0') { in ctf_decl_push()
1083 const char *name = ctf_strptr(mc, tp->ctt_name); in fbt_type_name()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201632 (ctf_strptr): Likewise.

12