Home
last modified time | relevance | path

Searched defs:const_section_iterator (Results 1 – 2 of 2) 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
/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