Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1.c66 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()
DUnwindCursor.hpp797 _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()
Dlibunwind.cpp233 if (info->end_ip == 0) in unw_get_proc_info()
DUnwind-EHABI.cpp446 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()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h81 unw_word_t end_ip; /* address after end of function */ member