Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h214 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; typedef
215 typedef SectionHeaderColl::iterator SectionHeaderCollIter;
216 typedef SectionHeaderColl::const_iterator SectionHeaderCollConstIter;
242 SectionHeaderColl m_section_headers;
293 GetSectionHeaderInfo(SectionHeaderColl &section_headers,
HDObjectFileELF.cpp686 SectionHeaderColl section_headers; in GetModuleSpecifications()
1413 ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl &section_headers, in GetSectionHeaderInfo()