Searched refs:m_section_headers (Results 1 – 2 of 2) sorted by relevance
800 return std::distance(m_section_headers.begin(), I); in SectionIndex()804 return std::distance(m_section_headers.begin(), I); in SectionIndex()953 for (SectionHeaderCollIter I = std::next(m_section_headers.begin()); in GetBaseAddress()954 I != m_section_headers.end(); ++I) { in GetBaseAddress()1637 return GetSectionHeaderInfo(m_section_headers, m_data, m_header, m_uuid, in ParseSectionHeaders()1647 if (id < m_section_headers.size()) in GetSectionHeaderByIndex()1648 return &m_section_headers[id]; in GetSectionHeaderByIndex()1656 for (size_t i = 1; i < m_section_headers.size(); ++i) in GetSectionIndexByName()1657 if (m_section_headers[i].section_name == ConstString(name)) in GetSectionIndexByName()1940 if (m_section_headers.empty()) in CreateSections()[all …]
214 SectionHeaderColl m_section_headers; variable