Searched refs:ctf_strptr (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_types.c | 83 const char *name = ctf_strptr(fp, mp->ctm_name); in ctf_member_iter() 94 const char *name = ctf_strptr(fp, lmp->ctlm_name); in ctf_member_iter() 132 const char *name = ctf_strptr(fp, ep->cte_name); in ctf_enum_iter() 243 const char *name = ctf_strptr(rfp, tp->ctt_name); in ctf_type_qlname() 617 strcmp(ctf_strptr(lfp, ltp->ctt_name), in ctf_type_compat() 618 ctf_strptr(rfp, rtp->ctt_name)) != 0) in ctf_type_compat() 677 if (strcmp(ctf_strptr(fp, mp->ctm_name), name) == 0) { in _ctf_member_info() 772 return (ctf_strptr(fp, ep->cte_name)); in ctf_enum_name() 808 if (strcmp(ctf_strptr(fp, ep->cte_name), name) == 0) { in ctf_enum_value() 858 func, arg, ctf_strptr(fp, mp->ctm_name), in ctf_type_rvisit() [all …]
|
| H A D | ctf_util.c | 111 ctf_strptr(ctf_file_t *fp, uint_t name) in ctf_strptr() function
|
| H A D | ctf_open.c | 358 name = ctf_strptr(fp, tp->ctt_name); in init_types() 526 strcmp(ctf_strptr(fp, tp->ctt_name), "") == 0 && in init_types() 721 fp->ctf_parlabel = ctf_strptr(fp, hp.cth_parlabel); in ctf_bufopen() 723 fp->ctf_parname = ctf_strptr(fp, hp.cth_parname); in ctf_bufopen()
|
| H A D | ctf_decl.c | 111 if (ctf_strptr(fp, tp->ctt_name)[0] == '\0') { in ctf_decl_push()
|
| H A D | ctf_hash.c | 134 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 | 1280 name = ctf_strptr(src_fp, tp->ctt_name); in ctf_add_type()
|
| /freebsd-12.1/sys/cddl/dev/fbt/ |
| H A D | fbt.c | 805 ctf_strptr(linker_ctf_t *lc, int name) in ctf_strptr() function 843 if (ctf_strptr(lc, tp->ctt_name)[0] == '\0') { in ctf_decl_push() 954 const char *name = ctf_strptr(lc, tp->ctt_name); in fbt_type_name()
|