Searched refs:ctf_dwarf_offset (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 276 static int ctf_dwarf_offset(ctf_cu_t *, Dwarf_Die, Dwarf_Off *); 407 if ((ret = ctf_dwarf_offset(cup, die, &off)) != 0) in ctf_dwmap_add() 620 ctf_dwarf_offset(ctf_cu_t *cup, Dwarf_Die die, Dwarf_Off *offsetp) in ctf_dwarf_offset() function 1707 if ((ret = ctf_dwarf_offset(cup, die, &offset)) != 0) in ctf_dwarf_convert_type() 2036 if ((ret = ctf_dwarf_offset(cup, tdie, &offset)) != 0) in ctf_dwarf_convert_variable() 2088 if ((ret = ctf_dwarf_offset(cup, die, &offset)) != 0) in ctf_dwarf_walk_toplevel()
|