Searched refs:m_section_headers (Results 1 – 2 of 2) sorted by relevance
888 return std::distance(m_section_headers.begin(), I); in SectionIndex()892 return std::distance(m_section_headers.begin(), I); in SectionIndex()1731 if (id < m_section_headers.size()) in GetSectionHeaderByIndex()1732 return &m_section_headers[id]; in GetSectionHeaderByIndex()1740 for (size_t i = 1; i < m_section_headers.size(); ++i) in GetSectionIndexByName()1970 if (m_section_headers.empty()) in CreateSections()1974 I != m_section_headers.end(); ++I) { in CreateSections()2915 for (SectionHeaderCollIter I = m_section_headers.begin(); in RelocateSection()2916 I != m_section_headers.end(); ++I) { in RelocateSection()3271 I != m_section_headers.end(); ++I, ++idx) { in DumpELFSectionHeaders()[all …]
207 SectionHeaderColl m_section_headers; variable