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.c68 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()
166 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2()
258 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced()
DUnwindCursor.hpp804 _info.end_ip = nextPC; in getInfoFromEHABISection()
861 _info.end_ip = fdeInfo.pcEnd; in getInfoFromDwarfSection()
1132 _info.end_ip = funcEnd; in getInfoFromCompactEncodingSection()
1221 _info.end_ip = fdeInfo.pcEnd; in setInfoBasedOnIPRegister()
1251 _info.end_ip = fdeInfo.pcEnd; in setInfoBasedOnIPRegister()
Dlibunwind.cpp240 if (info->end_ip == 0) in unw_get_proc_info()
DUnwind-EHABI.cpp478 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()
610 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h71 unw_word_t end_ip; /* address after end of function */ member