Searched refs:die_unsigned (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c371 * die_unsigned
423 die_unsigned(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, Dwarf_Unsigned *valp, function
719 if (die_unsigned(dw, dim, DW_AT_upper_bound, &uval, 0))
759 if (die_unsigned(dw, arr, DW_AT_byte_size, &uval, 0)) {
848 (void) die_unsigned(dw, die, DW_AT_byte_size, &uval, DW_ATTR_REQ);
868 } else if (die_unsigned(dw, mem, DW_AT_const_value,
980 (void) die_unsigned(dw, str, DW_AT_byte_size, &sz, DW_ATTR_REQ);
1025 if (die_unsigned(dw, mem, DW_AT_bit_size, &bitsz, 0))
1030 if (die_unsigned(dw, mem, DW_AT_bit_offset, &bitoff, 0)) {
1450 (void) die_unsigned(d
[all...]

Completed in 59 milliseconds