Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h178 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; typedef
179 typedef SectionHeaderColl::iterator SectionHeaderCollIter;
180 typedef SectionHeaderColl::const_iterator SectionHeaderCollConstIter;
207 SectionHeaderColl m_section_headers;
259 static size_t GetSectionHeaderInfo(SectionHeaderColl &section_headers,
H A DObjectFileELF.cpp693 SectionHeaderColl section_headers; in GetModuleSpecifications()
1485 size_t ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl &section_headers, in GetSectionHeaderInfo()