Home
last modified time | relevance | path

Searched refs:SectionHeaderCollIter (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h178 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
229 size_t SectionIndex(const SectionHeaderCollIter &I);
DObjectFileELF.cpp736 size_t ObjectFileELF::SectionIndex(const SectionHeaderCollIter &I) { in SectionIndex()
1400 for (SectionHeaderCollIter I = section_headers.begin(); in GetSectionHeaderInfo()
1804 for (SectionHeaderCollIter I = std::next(m_section_headers.begin()); in CreateSections()
2859 for (SectionHeaderCollIter I = m_section_headers.begin(); in RelocateSection()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h290 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
DObjectFilePECOFF.cpp1136 SectionHeaderCollIter pos, end = m_sect_headers.end(); in DumpSectionHeaders()