Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h182 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; typedef
183 typedef SectionHeaderColl::iterator SectionHeaderCollIter;
184 typedef SectionHeaderColl::const_iterator SectionHeaderCollConstIter;
214 SectionHeaderColl m_section_headers;
270 static size_t GetSectionHeaderInfo(SectionHeaderColl &section_headers,
H A DObjectFileELF.cpp616 SectionHeaderColl section_headers; in GetModuleSpecifications()
1382 size_t ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl &section_headers, in GetSectionHeaderInfo()