Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c1211 Dwarf_Unsigned loc, bitsz, bytesz; in ctf_dwarf_member_offset() local
1237 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_bit_size, &bitsz)) != 0) in ctf_dwarf_member_offset()
1257 *offp = off + tsz - bitoff - bitsz; in ctf_dwarf_member_offset()
1280 Dwarf_Unsigned bitsz; in ctf_dwarf_member_bitfield() local
1287 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_bit_size, &bitsz)) != 0) { in ctf_dwarf_member_bitfield()
1293 ctf_dprintf("Trying to deal with bitfields on %d:%d\n", base, bitsz); in ctf_dwarf_member_bitfield()
1301 VERIFY(bitsz < UINT32_MAX); in ctf_dwarf_member_bitfield()
1334 if (cdb->cdb_base == base && cdb->cdb_nbits == bitsz) in ctf_dwarf_member_bitfield()
1347 e.cte_bits = bitsz; in ctf_dwarf_member_bitfield()
1349 (uint32_t)bitsz); in ctf_dwarf_member_bitfield()
[all …]