Home
last modified time | relevance | path

Searched refs:const_section_iterator (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStELFFile.h43 typedef std::vector<Elf32_Shdr>::const_iterator const_section_iterator; typedef
83 inline const_section_iterator getSectionBegin() const { return m_sectionHeaders.begin(); } in getSectionBegin()
84 inline const_section_iterator getSectionEnd() const { return m_sectionHeaders.end(); } in getSectionEnd()
93 uint8_t * getSectionData(const_section_iterator inSection);
H A DStELFFile.cpp156 const_section_iterator it = getSectionBegin(); in getIndexOfSectionWithName()
195 uint8_t * StELFFile::getSectionData(const_section_iterator inSection) in getSectionData()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h767 using const_section_iterator = pointee_iterator<SectionList::const_iterator>; variable
817 nested_collection_iterator<const_section_iterator,
822 nested_collection_iterator<const_section_iterator,
826 using block_iterator = nested_collection_iterator<const_section_iterator,
831 nested_collection_iterator<const_section_iterator,