Searched refs:Dwarf_ufixed (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_die.h | 50 Dwarf_ufixed *abb_attrs; /* holds names of attrs */ 51 Dwarf_ufixed *abb_forms; /* forms of attributes */
|
H A D | dwarf_form.c | 303 attr->ar_debug_info_ptr, sizeof(Dwarf_ufixed)); in dwarf_formref() 439 attr->ar_debug_info_ptr, sizeof(Dwarf_ufixed)); in dwarf_global_formref() 475 attr->ar_debug_info_ptr, sizeof(Dwarf_ufixed)); in dwarf_global_formref() 497 attr->ar_debug_info_ptr, sizeof(Dwarf_ufixed)); in dwarf_global_formref() 653 sizeof(Dwarf_ufixed)); in dwarf_formudata() 806 attr->ar_debug_info_ptr, sizeof(Dwarf_ufixed)); in dwarf_formblock() 807 data = attr->ar_debug_info_ptr + sizeof(Dwarf_ufixed); in dwarf_formblock()
|
H A D | dwarf_base_types.h | 103 typedef __uint32_t Dwarf_ufixed; typedef
|
H A D | dwarf_util.c | 99 val_ptr, sizeof(Dwarf_ufixed)); in _dwarf_get_size_of_val() 100 return (ret_value + sizeof(Dwarf_ufixed)); in _dwarf_get_size_of_val()
|
H A D | dwarf_frame2.c | 1286 input_field, sizeof(Dwarf_ufixed)); in read_encoded_ptr() 1288 *input_field_updated = input_field + sizeof(Dwarf_ufixed); in read_encoded_ptr() 1327 sizeof(Dwarf_ufixed)); in read_encoded_ptr() 1328 SIGN_EXTEND(val, sizeof(Dwarf_ufixed)); in read_encoded_ptr() 1330 *input_field_updated = input_field + sizeof(Dwarf_ufixed); in read_encoded_ptr()
|
H A D | pro_section.c | 1808 sizeof(dw), sizeof(Dwarf_ufixed)); in _dwarf_pro_generate_debuginfo() 2131 Dwarf_ufixed *forms = 0; in _dwarf_pro_getabbrev() 2132 Dwarf_ufixed *attrs = 0; in _dwarf_pro_getabbrev() 2163 forms = (Dwarf_ufixed *) in _dwarf_pro_getabbrev() 2165 sizeof(Dwarf_ufixed) * die->di_n_attr); in _dwarf_pro_getabbrev() 2168 attrs = (Dwarf_ufixed *) in _dwarf_pro_getabbrev() 2170 sizeof(Dwarf_ufixed) * die->di_n_attr); in _dwarf_pro_getabbrev()
|
H A D | pro_opaque.h | 80 typedef __uint32_t Dwarf_ufixed; typedef
|
H A D | dwarf_die_deliv.c | 455 info_ptr, sizeof(Dwarf_ufixed)); in _dwarf_next_die_info_ptr()
|
H A D | dwarf_frame.c | 483 instr_ptr, sizeof(Dwarf_ufixed)); in _dwarf_exec_frame_instr() 484 instr_ptr += sizeof(Dwarf_ufixed); in _dwarf_exec_frame_instr()
|