Lines Matching refs:dbg

59 _dwarf_pro_reloc_name_stream64(Dwarf_P_Debug dbg,  in _dwarf_pro_reloc_name_stream64()  argument
72 res = _dwarf_pro_reloc_get_a_slot(dbg, base_sec_index, in _dwarf_pro_reloc_name_stream64()
79 if (reltarget_length == dbg->de_dwarf_offset_size) { in _dwarf_pro_reloc_name_stream64()
80 rel_type = dbg->de_offset_reloc; in _dwarf_pro_reloc_name_stream64()
81 } else if (reltarget_length == dbg->de_pointer_size) { in _dwarf_pro_reloc_name_stream64()
82 rel_type = dbg->de_ptr_reloc; in _dwarf_pro_reloc_name_stream64()
87 rel_type = dbg->de_exc_reloc; in _dwarf_pro_reloc_name_stream64()
106 _dwarf_pro_reloc_name_stream32(Dwarf_P_Debug dbg, int base_sec_index, in _dwarf_pro_reloc_name_stream32() argument
117 res = _dwarf_pro_reloc_get_a_slot(dbg, base_sec_index, in _dwarf_pro_reloc_name_stream32()
122 if (reltarget_length == dbg->de_dwarf_offset_size) { in _dwarf_pro_reloc_name_stream32()
123 rel_type = dbg->de_offset_reloc; in _dwarf_pro_reloc_name_stream32()
124 } else if (reltarget_length == dbg->de_pointer_size) { in _dwarf_pro_reloc_name_stream32()
125 rel_type = dbg->de_ptr_reloc; in _dwarf_pro_reloc_name_stream32()
130 rel_type = dbg->de_exc_reloc; in _dwarf_pro_reloc_name_stream32()
151 _dwarf_pro_reloc_length_stream(UNUSEDARG Dwarf_P_Debug dbg, in _dwarf_pro_reloc_length_stream() argument
175 _dwarf_stream_relocs_to_disk(Dwarf_P_Debug dbg, in _dwarf_stream_relocs_to_disk() argument
185 Dwarf_P_Per_Reloc_Sect p_reloc = dbg->de_reloc_sect +i; in _dwarf_stream_relocs_to_disk()
197 prb = &dbg->de_reloc_sect[i]; in _dwarf_stream_relocs_to_disk()
198 len = dbg->de_relocation_record_size; in _dwarf_stream_relocs_to_disk()
210 if (dbg->de_callback_func) { in _dwarf_stream_relocs_to_disk()
212 dbg->de_callback_func(_dwarf_rel_section_names[i], in _dwarf_stream_relocs_to_disk()
213 /* size */ dbg->de_relocation_record_size, in _dwarf_stream_relocs_to_disk()
219 dbg->de_elf_sects[i], in _dwarf_stream_relocs_to_disk()
221 dbg->de_user_data, in _dwarf_stream_relocs_to_disk()
226 _dwarf_p_error(dbg, error, DW_DLE_ELF_SECT_ERR); in _dwarf_stream_relocs_to_disk()
234 GET_CHUNK(dbg, sec_index, data, total_size, &erri); in _dwarf_stream_relocs_to_disk()
249 _dwarf_p_dealloc(dbg, (Dwarf_Small *) p_blk_last); in _dwarf_stream_relocs_to_disk()