Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_decl.c85 ctf_decl_push(ctf_decl_t *cd, ctf_file_t *fp, ctf_id_t type) in ctf_decl_push() function
103 ctf_decl_push(cd, fp, ar.ctr_contents); in ctf_decl_push()
110 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
117 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
122 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
129 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
H A Dctf_impl.h295 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
H A Dctf_types.c311 ctf_decl_push(&cd, fp, type); in ctf_type_qlname()