Home
last modified time | relevance | path

Searched refs:ctf_dwarf_unsigned (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c546 ctf_dwarf_unsigned(ctf_cu_t *cup, Dwarf_Die die, Dwarf_Half name, in ctf_dwarf_unsigned() function
1147 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_byte_size, &sz)) != 0) { in ctf_dwarf_create_base()
1216 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_data_bit_offset, in ctf_dwarf_member_offset()
1237 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_bit_size, &bitsz)) != 0) in ctf_dwarf_member_offset()
1240 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_byte_size, in ctf_dwarf_member_offset()
1287 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_bit_size, &bitsz)) != 0) { in ctf_dwarf_member_bitfield()
1478 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_byte_size, &size)) != 0) in ctf_dwarf_fixup_sou()
1932 if (ctf_dwarf_unsigned(cup, die, DW_AT_byte_size, &dw) == 0 && in ctf_dwarf_create_enum()
1988 if ((ret = ctf_dwarf_unsigned(cup, arg, DW_AT_const_value, in ctf_dwarf_create_enum()