Home
last modified time | relevance | path

Searched refs:m_section_infos (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1394 m_section_infos() in MachSymtabSectionInfo()
1399 m_section_infos.resize(section_list->GetNumSections(1)); in MachSymtabSectionInfo()
1408 if (n_sect < m_section_infos.size()) in GetSection()
1410 if (!m_section_infos[n_sect].section_sp) in GetSection()
1413 m_section_infos[n_sect].section_sp = section_sp; in GetSection()
1416 m_section_infos[n_sect].vm_range.SetBaseAddress (section_sp->GetFileAddress()); in GetSection()
1417 m_section_infos[n_sect].vm_range.SetByteSize (section_sp->GetByteSize()); in GetSection()
1424 if (m_section_infos[n_sect].vm_range.Contains(file_addr)) in GetSection()
1427 return m_section_infos[n_sect].section_sp; in GetSection()
1429 else if (m_section_infos[n_sect].vm_range.GetByteSize () == 0 && in GetSection()
[all …]