Searched refs:m_section_headers (Results 1 – 2 of 2) sorted by relevance
816 return std::distance(m_section_headers.begin(), I); in SectionIndex()820 return std::distance(m_section_headers.begin(), I); in SectionIndex()963 for (SectionHeaderCollIter I = std::next(m_section_headers.begin()); in GetBaseAddress()964 I != m_section_headers.end(); ++I) { in GetBaseAddress()1630 return GetSectionHeaderInfo(m_section_headers, m_data, m_header, m_uuid, in ParseSectionHeaders()1640 if (id < m_section_headers.size()) in GetSectionHeaderByIndex()1641 return &m_section_headers[id]; in GetSectionHeaderByIndex()1649 for (size_t i = 1; i < m_section_headers.size(); ++i) in GetSectionIndexByName()1650 if (m_section_headers[i].section_name == ConstString(name)) in GetSectionIndexByName()1905 if (m_section_headers.empty()) in CreateSections()[all …]
218 SectionHeaderColl m_section_headers; variable