Searched refs:ctf_cu_t (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 274 } ctf_cu_t; typedef 276 static int ctf_dwarf_offset(ctf_cu_t *, Dwarf_Die, Dwarf_Off *); 277 static int ctf_dwarf_convert_die(ctf_cu_t *, Dwarf_Die); 278 static int ctf_dwarf_convert_type(ctf_cu_t *, Dwarf_Die, ctf_id_t *, int); 280 static int ctf_dwarf_function_count(ctf_cu_t *, Dwarf_Die, ctf_funcinfo_t *, 282 static int ctf_dwarf_convert_fargs(ctf_cu_t *, Dwarf_Die, ctf_funcinfo_t *, 285 typedef int (ctf_dwarf_symtab_f)(ctf_cu_t *, const GElf_Sym *, ulong_t, 295 ctf_dwarf_error(ctf_cu_t *cup, ctf_file_t *cfp, int err, const char *fmt, ...) in ctf_dwarf_error() 340 ctf_dwarf_void(ctf_cu_t *cup) in ctf_dwarf_void() 362 ctf_dwarf_long(ctf_cu_t *cup) in ctf_dwarf_long() [all …]
|