Searched refs:ctf_decl_push (Results 1 – 4 of 4) sorted by relevance
/freebsd/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 108 ctf_decl_push(cd, fp, ar.ctr_contents); in ctf_decl_push() 115 ctf_decl_push(cd, fp, ctype); in ctf_decl_push() 122 ctf_decl_push(cd, fp, ctype); in ctf_decl_push() 127 ctf_decl_push(cd, fp, ctype); in ctf_decl_push() 134 ctf_decl_push(cd, fp, ctype); in ctf_decl_push()
|
H A D | ctf_impl.h | 338 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
|
H A D | ctf_types.c | 335 ctf_decl_push(&cd, fp, type); in ctf_type_qlname()
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 947 ctf_decl_push(ctf_decl_t *cd, linker_ctf_t *lc, ctf_id_t type) in ctf_decl_push() function 969 ctf_decl_push(cd, lc, ar.ctr_contents); in ctf_decl_push() 976 ctf_decl_push(cd, lc, t); in ctf_decl_push() 983 ctf_decl_push(cd, lc, t); in ctf_decl_push() 988 ctf_decl_push(cd, lc, t); in ctf_decl_push() 995 ctf_decl_push(cd, lc, t); in ctf_decl_push() 1058 ctf_decl_push(&cd, lc, type); in fbt_type_name()
|