/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_types.c | 86 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 D | ctf_util.c | 114 ctf_strptr(ctf_file_t *fp, uint_t name) in ctf_strptr() function
|
H A D | ctf_open.c | 361 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 D | ctf_decl.c | 114 if (ctf_strptr(fp, tp->ctt_name)[0] == '\0') { in ctf_decl_push()
|
H A D | ctf_hash.c | 137 const char *str = ctf_strptr(fp, name); in ctf_hash_define()
|
H A D | ctf_impl.h | 309 extern const char *ctf_strptr(ctf_file_t *, uint_t);
|
H A D | ctf_create.c | 1290 name = ctf_strptr(src_fp, tp->ctt_name); in ctf_add_type()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-types.c | 182 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 D | ctf-lookup.c | 383 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 D | ctf-decl.c | 101 if (ctf_strptr (fp, tp->ctt_name)[0] == '\0') in ctf_decl_push()
|
H A D | ctf-open.c | 368 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 D | ctf-string.c | 70 ctf_strptr (ctf_dict_t *fp, uint32_t name) in ctf_strptr() function
|
H A D | ctf-create.c | 1102 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 D | ctf-impl.h | 719 extern const char *ctf_strptr (ctf_dict_t *, uint32_t);
|
H A D | ctf-dump.c | 257 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 D | ctf-types.c | 182 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 D | ctf-lookup.c | 386 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 D | ctf-decl.c | 101 if (ctf_strptr (fp, tp->ctt_name)[0] == '\0') in ctf_decl_push()
|
H A D | ctf-open.c | 368 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 D | ctf-string.c | 70 ctf_strptr (ctf_dict_t *fp, uint32_t name) in ctf_strptr() function
|
H A D | ctf-create.c | 1092 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 D | ctf-impl.h | 719 extern const char *ctf_strptr (ctf_dict_t *, uint32_t);
|
H A D | ctf-dump.c | 257 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 D | fbt.c | 934 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 D | ChangeLog-2020 | 1632 (ctf_strptr): Likewise.
|