Searched refs:m_sect (Results 1 – 1 of 1) sorted by relevance
430 struct dw_macinfo_block_s *m_sect; in _dwarf_pro_transform_macro_info_to_disk() local435 for (m_sect = dbg->de_first_macinfo; m_sect != NULL; in _dwarf_pro_transform_macro_info_to_disk()436 m_sect = m_sect->mb_next) { in _dwarf_pro_transform_macro_info_to_disk()437 mac_num_bytes += m_sect->mb_used_len; in _dwarf_pro_transform_macro_info_to_disk()452 for (m_sect = dbg->de_first_macinfo; m_sect != NULL; in _dwarf_pro_transform_macro_info_to_disk()453 m_sect = m_sect->mb_next) { in _dwarf_pro_transform_macro_info_to_disk()454 memcpy(macinfo_ptr, m_sect->mb_data, m_sect->mb_used_len); in _dwarf_pro_transform_macro_info_to_disk()455 macinfo_ptr += m_sect->mb_used_len; in _dwarf_pro_transform_macro_info_to_disk()460 m_prev = m_sect; in _dwarf_pro_transform_macro_info_to_disk()