Searched refs:ctf_add_reftype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c680 ctf_add_reftype(ctf_file_t *fp, uint_t flag, ctf_id_t ref, uint_t kind) function
716 return (ctf_add_reftype(fp, flag, ref, CTF_K_POINTER));
970 return (ctf_add_reftype(fp, flag, ref, CTF_K_VOLATILE));
976 return (ctf_add_reftype(fp, flag, ref, CTF_K_CONST));
982 return (ctf_add_reftype(fp, flag, ref, CTF_K_RESTRICT));
1383 dst_type = ctf_add_reftype(dst_fp, flag, src_type, kind);

Completed in 59 milliseconds