Searched refs:cu_ctfp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 264 ctf_file_t *cu_ctfp; /* output CTF file */ member 344 cup->cu_voidtid = ctf_add_integer(cup->cu_ctfp, CTF_ADD_ROOT, in ctf_dwarf_void() 349 ctf_errmsg(ctf_errno(cup->cu_ctfp))); in ctf_dwarf_void() 371 cup->cu_longtid = ctf_add_integer(cup->cu_ctfp, CTF_ADD_NONROOT, in ctf_dwarf_long() 376 ctf_errmsg(ctf_errno(cup->cu_ctfp))); in ctf_dwarf_long() 739 VERIFY(ctf_setmodel(cup->cu_ctfp, CTF_MODEL_ILP32) == 0); in ctf_dwarf_die_elfenc() 742 VERIFY(ctf_setmodel(cup->cu_ctfp, CTF_MODEL_LP64) == 0); in ctf_dwarf_die_elfenc() 1007 id = ctf_add_encoded(cup->cu_ctfp, isroot, name, &enc, kind); in ctf_dwarf_create_base() 1009 ret = ctf_errno(cup->cu_ctfp); in ctf_dwarf_create_base() 1075 if ((tsz = ctf_type_size(cup->cu_ctfp, mid)) == CTF_ERR) { in ctf_dwarf_member_offset() [all …]
|