Home
last modified time | relevance | path

Searched refs:ctf_decl_push (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/common/ctf/
H A Dctf_decl.c87 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 Dctf_impl.h305 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
H A Dctf_types.c214 ctf_decl_push(&cd, fp, type); in ctf_type_qlname()