Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h177 typedef std::vector<ELFSectionHeaderInfo> SectionHeaderColl; typedef
178 typedef SectionHeaderColl::iterator SectionHeaderCollIter;
179 typedef SectionHeaderColl::const_iterator SectionHeaderCollConstIter;
206 SectionHeaderColl m_section_headers;
262 static size_t GetSectionHeaderInfo(SectionHeaderColl &section_headers,
H A DObjectFileELF.cpp575 SectionHeaderColl section_headers; in GetModuleSpecifications()
1321 size_t ObjectFileELF::GetSectionHeaderInfo(SectionHeaderColl &section_headers, in GetSectionHeaderInfo()