Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libunwind/src/
H A DUnwindCursor.hpp1295 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc); in getInfoFromEHABISection() local
1296 if (itNextPC == begin) in getInfoFromEHABISection()
1298 EHABISectionIterator<A> itThisPC = itNextPC - 1; in getInfoFromEHABISection()
1305 pint_t nextPC = (itNextPC == end) ? std::numeric_limits<pint_t>::max() in getInfoFromEHABISection()
1306 : itNextPC.functionAddress(); in getInfoFromEHABISection()