Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/src/
H A DUnwindCursor.hpp1227 struct EHABISectionIterator { struct
1228 typedef EHABISectionIterator _Self; argument
1245 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator() argument
1288 EHABISectionIterator<A> begin = in getInfoFromEHABISection()
1289 EHABISectionIterator<A>::begin(_addressSpace, sects); in getInfoFromEHABISection()
1290 EHABISectionIterator<A> end = in getInfoFromEHABISection()
1291 EHABISectionIterator<A>::end(_addressSpace, sects); in getInfoFromEHABISection()
1295 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc); in getInfoFromEHABISection()
1298 EHABISectionIterator<A> itThisPC = itNextPC - 1; in getInfoFromEHABISection()