Searched refs:ctf_decl_push (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_decl.c | 87 ctf_decl_push(ctf_decl_t *cd, ctf_file_t *fp, ctf_id_t type) in ctf_decl_push() function 105 ctf_decl_push(cd, fp, ar.ctr_contents); in ctf_decl_push() 112 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push() 119 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push() 124 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push() 131 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
|
| H A D | ctf_impl.h | 305 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
|
| H A D | ctf_types.c | 214 ctf_decl_push(&cd, fp, type); in ctf_type_qlname()
|
| /freebsd-12.1/sys/cddl/dev/fbt/ |
| H A D | fbt.c | 819 ctf_decl_push(ctf_decl_t *cd, linker_ctf_t *lc, ctf_id_t type) in ctf_decl_push() function 837 ctf_decl_push(cd, lc, ar.ctr_contents); in ctf_decl_push() 844 ctf_decl_push(cd, lc, tp->ctt_type); in ctf_decl_push() 851 ctf_decl_push(cd, lc, tp->ctt_type); in ctf_decl_push() 856 ctf_decl_push(cd, lc, tp->ctt_type); in ctf_decl_push() 863 ctf_decl_push(cd, lc, tp->ctt_type); in ctf_decl_push() 926 ctf_decl_push(&cd, lc, type); in fbt_type_name()
|