Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h167 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
205 SectionIndex(const SectionHeaderCollIter &I);
DObjectFileELF.cpp441 ObjectFileELF::SectionIndex(const SectionHeaderCollIter &I) in SectionIndex()
764 for (SectionHeaderCollIter I = section_headers.begin(); in GetSectionHeaderInfo()
859 for (SectionHeaderCollIter I = m_section_headers.begin(); in CreateSections()
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h238 typedef SectionHeaderColl::iterator SectionHeaderCollIter; typedef
DObjectFilePECOFF.cpp933 SectionHeaderCollIter pos, end = m_sect_headers.end(); in DumpSectionHeaders()