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

/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Ddwarf.c396 die_unsigned(dwarf_t *dw, Dwarf_Die die, Dwarf_Half name, Dwarf_Unsigned *valp, function
723 if (die_unsigned(dw, dim, DW_AT_upper_bound, &uval, 0))
763 if (die_unsigned(dw, arr, DW_AT_byte_size, &uval, 0)) {
852 (void) die_unsigned(dw, die, DW_AT_byte_size, &uval, DW_ATTR_REQ);
872 } else if (die_unsigned(dw, mem, DW_AT_const_value,
984 (void) die_unsigned(dw, str, DW_AT_byte_size, &sz, DW_ATTR_REQ);
1029 if (die_unsigned(dw, mem, DW_AT_bit_size, &bitsz, 0))
1034 if (die_unsigned(dw, mem, DW_AT_bit_offset, &bitoff, 0)) {
1052 if (die_unsigned(dw, mem, DW_AT_byte_size, &bytesz, 0)) {
1487 (void) die_unsigned(d
[all...]

Completed in 192 milliseconds