Searched refs:itNextPC (Results 1 – 1 of 1) sorted by relevance
748 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc); in getInfoFromEHABISection() local749 if (itNextPC == begin || itNextPC == end) in getInfoFromEHABISection()751 EHABISectionIterator<A> itThisPC = itNextPC - 1; in getInfoFromEHABISection()754 pint_t nextPC = itNextPC.functionAddress(); in getInfoFromEHABISection()