Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h323 extern ctf_id_t ctf_add_reftype(ctf_file_t *, uint_t, const char *, ctf_id_t,
H A Dctf_create.c1021 ctf_add_reftype(ctf_file_t *fp, uint_t flag, in ctf_add_reftype() function
1058 return (ctf_add_reftype(fp, flag, name, ref, CTF_K_POINTER)); in ctf_add_pointer()
1369 return (ctf_add_reftype(fp, flag, name, ref, CTF_K_VOLATILE)); in ctf_add_volatile()
1375 return (ctf_add_reftype(fp, flag, name, ref, CTF_K_CONST)); in ctf_add_const()
1381 return (ctf_add_reftype(fp, flag, name, ref, CTF_K_RESTRICT)); in ctf_add_restrict()
1827 dst_type = ctf_add_reftype(dst_fp, flag, NULL, src_type, kind); in ctf_add_type()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_merge.c276 ret = ctf_add_reftype(cmp->cm_out, flags, name, reftype, in ctf_merge_add_reftype()
H A Dctf_dwarf.c1901 if ((*idp = ctf_add_reftype(cup->cu_ctfp, isroot, name, id, kind)) == in ctf_dwarf_create_reference()