Searched refs:m_section_headers (Results 1 – 2 of 2) sorted by relevance
757 return std::distance(m_section_headers.begin(), I); in SectionIndex()761 return std::distance(m_section_headers.begin(), I); in SectionIndex()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()1844 if (m_section_headers.empty()) 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()3231 I != m_section_headers.end(); ++I, ++idx) { in DumpELFSectionHeaders()[all …]
210 SectionHeaderColl m_section_headers; variable