Searched refs:ctf_dwarf_unsigned (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 510 ctf_dwarf_unsigned(ctf_cu_t *cup, Dwarf_Die die, Dwarf_Half name, in ctf_dwarf_unsigned() function 988 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_byte_size, &sz)) != 0) { in ctf_dwarf_create_base() 1047 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_data_bit_offset, in ctf_dwarf_member_offset() 1068 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_bit_size, &bitsz)) != 0) in ctf_dwarf_member_offset() 1071 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_byte_size, in ctf_dwarf_member_offset() 1118 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_bit_size, &bitsz)) != 0) { in ctf_dwarf_member_bitfield() 1310 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_byte_size, &size)) != 0) in ctf_dwarf_fixup_sou() 1429 if ((ret = ctf_dwarf_unsigned(cup, range, DW_AT_upper_bound, in ctf_dwarf_create_array_range() 1601 if ((ret = ctf_dwarf_unsigned(cup, arg, DW_AT_const_value, in ctf_dwarf_create_enum()
|