Searched refs:m_section_headers (Results 1 – 2 of 2) sorted by relevance
786 return std::distance(m_section_headers.begin(), I); in SectionIndex()790 return std::distance(m_section_headers.begin(), I); in SectionIndex()940 I != m_section_headers.end(); ++I) { in GetBaseAddress()1633 if (id < m_section_headers.size()) in GetSectionHeaderByIndex()1634 return &m_section_headers[id]; in GetSectionHeaderByIndex()1642 for (size_t i = 1; i < m_section_headers.size(); ++i) in GetSectionIndexByName()1890 if (m_section_headers.empty()) in CreateSections()1894 I != m_section_headers.end(); ++I) { in CreateSections()3047 I != m_section_headers.end(); ++I) { in RelocateSection()3384 I != m_section_headers.end(); ++I, ++idx) { in DumpELFSectionHeaders()[all …]
211 SectionHeaderColl m_section_headers; variable