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

/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_die.h50 Dwarf_ufixed *abb_attrs; /* holds names of attrs */
51 Dwarf_ufixed *abb_forms; /* forms of attributes */
H A Ddwarf_base_types.h90 typedef __uint32_t Dwarf_ufixed; typedef
H A Ddwarf_form.c199 attr->ar_debug_info_ptr, sizeof(Dwarf_ufixed));
278 attr->ar_debug_info_ptr, sizeof(Dwarf_ufixed));
447 sizeof(Dwarf_ufixed));
597 attr->ar_debug_info_ptr, sizeof(Dwarf_ufixed));
598 data = attr->ar_debug_info_ptr + sizeof(Dwarf_ufixed);
H A Ddwarf_util.c83 val_ptr, sizeof(Dwarf_ufixed));
84 return (ret_value + sizeof(Dwarf_ufixed));
H A Dpro_opaque.h79 typedef __uint32_t Dwarf_ufixed; typedef
H A Ddwarf_frame2.c1142 /* ASSERT: sizeof(Dwarf_ufixed) == 4 */
1144 input_field, sizeof(Dwarf_ufixed));
1146 *input_field_updated = input_field + sizeof(Dwarf_ufixed);
1182 /* ASSERT: sizeof(Dwarf_ufixed) == 4 */
1185 sizeof(Dwarf_ufixed));
1186 SIGN_EXTEND(val, sizeof(Dwarf_ufixed));
1188 *input_field_updated = input_field + sizeof(Dwarf_ufixed);
H A Dpro_section.c1564 sizeof(dw), sizeof(Dwarf_ufixed));
1882 Dwarf_ufixed *forms = 0;
1883 Dwarf_ufixed *attrs = 0;
1914 forms = (Dwarf_ufixed *)
1916 sizeof(Dwarf_ufixed) * die->di_n_attr);
1919 attrs = (Dwarf_ufixed *)
1921 sizeof(Dwarf_ufixed) * die->di_n_attr);
H A Ddwarf_die_deliv.c425 info_ptr, sizeof(Dwarf_ufixed));
H A Ddwarf_frame.c179 Dwarf_ufixed */
439 instr_ptr, sizeof(Dwarf_ufixed));
440 instr_ptr += sizeof(Dwarf_ufixed);

Completed in 135 milliseconds