Searched refs:end_ip (Results 1 – 5 of 5) sorted by relevance
66 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()160 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2()251 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced()
797 _info.end_ip = nextPC; in getInfoFromEHABISection()853 _info.end_ip = fdeInfo.pcEnd; in getInfoFromDwarfSection()1124 _info.end_ip = funcEnd; in getInfoFromCompactEncodingSection()1213 _info.end_ip = fdeInfo.pcEnd; in setInfoBasedOnIPRegister()1243 _info.end_ip = fdeInfo.pcEnd; in setInfoBasedOnIPRegister()
233 if (info->end_ip == 0) in unw_get_proc_info()
446 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()573 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2()
81 unw_word_t end_ip; /* address after end of function */ member