Searched refs:ctf_decl_push (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/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()
|