Searched refs:m_section_headers (Results 1 – 2 of 2) sorted by relevance
751 return std::distance(m_section_headers.begin(), I); in SectionIndex()755 return std::distance(m_section_headers.begin(), I); in SectionIndex()1564 if (id < m_section_headers.size()) in GetSectionHeaderByIndex()1565 return &m_section_headers[id]; in GetSectionHeaderByIndex()1573 for (size_t i = 1; i < m_section_headers.size(); ++i) in GetSectionIndexByName()1814 if (m_section_headers.empty()) in CreateSections()1818 I != m_section_headers.end(); ++I) { in CreateSections()2881 for (SectionHeaderCollIter I = m_section_headers.begin(); in RelocateSection()2882 I != m_section_headers.end(); ++I) { in RelocateSection()3219 I != m_section_headers.end(); ++I, ++idx) { in DumpELFSectionHeaders()[all …]
206 SectionHeaderColl m_section_headers; variable