Lines Matching defs:bitsz
1042 Dwarf_Unsigned loc, bitsz, bytesz;
1068 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_bit_size, &bitsz)) != 0)
1088 *offp = off + tsz - bitoff - bitsz;
1111 Dwarf_Unsigned bitsz;
1118 if ((ret = ctf_dwarf_unsigned(cup, die, DW_AT_bit_size, &bitsz)) != 0) {
1124 ctf_dprintf("Trying to deal with bitfields on %d:%d\n", base, bitsz);
1132 VERIFY(bitsz < UINT32_MAX);
1165 if (cdb->cdb_base == base && cdb->cdb_nbits == bitsz)
1178 e.cte_bits = bitsz;
1180 (uint32_t)bitsz);
1190 (uint32_t)bitsz);
1193 cdb->cdb_nbits = bitsz;