Lines Matching refs:m_section_headers
757 return std::distance(m_section_headers.begin(), I); in SectionIndex()
761 return std::distance(m_section_headers.begin(), I); in SectionIndex()
1584 return GetSectionHeaderInfo(m_section_headers, m_data, m_header, m_uuid, in ParseSectionHeaders()
1594 if (id < m_section_headers.size()) in GetSectionHeaderByIndex()
1595 return &m_section_headers[id]; in GetSectionHeaderByIndex()
1603 for (size_t i = 1; i < m_section_headers.size(); ++i) in GetSectionIndexByName()
1604 if (m_section_headers[i].section_name == ConstString(name)) in GetSectionIndexByName()
1844 if (m_section_headers.empty()) in CreateSections()
1847 for (SectionHeaderCollIter I = std::next(m_section_headers.begin()); in CreateSections()
1848 I != m_section_headers.end(); ++I) { in CreateSections()
2893 for (SectionHeaderCollIter I = m_section_headers.begin(); in RelocateSection()
2894 I != m_section_headers.end(); ++I) { in RelocateSection()
3230 for (SectionHeaderCollConstIter I = m_section_headers.begin(); in DumpELFSectionHeaders()
3231 I != m_section_headers.end(); ++I, ++idx) { in DumpELFSectionHeaders()
3256 if (m_section_headers.empty()) { in GetArchitecture()