Searched refs:ctf_dwarf_signed (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 488 ctf_dwarf_signed(ctf_cu_t *cup, Dwarf_Die die, Dwarf_Half name, in ctf_dwarf_signed() function 705 if ((ret = ctf_dwarf_signed(cup, die, DW_AT_visibility, &vis)) == 0) { in ctf_dwarf_isglobal() 853 if ((ret = ctf_dwarf_signed(cup, die, DW_AT_encoding, &type)) != 0) in ctf_dwarf_dwarf_base() 1059 if ((ret = ctf_dwarf_signed(cup, die, DW_AT_bit_offset, in ctf_dwarf_member_offset() 1434 } else if ((ret = ctf_dwarf_signed(cup, range, DW_AT_upper_bound, in ctf_dwarf_create_array_range() 1604 } else if ((ret = ctf_dwarf_signed(cup, arg, DW_AT_const_value, in ctf_dwarf_create_enum()
|