Home
last modified time | relevance | path

Searched refs:m_section_headers (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp404 m_section_headers(), in ObjectFileELF()
443 return std::distance(m_section_headers.begin(), I) + 1u; in SectionIndex()
449 return std::distance(m_section_headers.begin(), I) + 1u; in SectionIndex()
837 …return GetSectionHeaderInfo(m_section_headers, m_data, m_header, m_uuid, m_gnu_debuglink_file, m_g… in ParseSectionHeaders()
846 if (--id < m_section_headers.size()) in GetSectionHeaderByIndex()
847 return &m_section_headers[id]; in GetSectionHeaderByIndex()
859 for (SectionHeaderCollIter I = m_section_headers.begin(); in CreateSections()
860 I != m_section_headers.end(); ++I) in CreateSections()
1784 for (SectionHeaderCollConstIter I = m_section_headers.begin(); in DumpELFSectionHeaders()
1785 I != m_section_headers.end(); ++I, ++idx) in DumpELFSectionHeaders()
DObjectFileELF.h191 SectionHeaderColl m_section_headers; variable