Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1.c52 unw_proc_info_t frameInfo; in unwind_phase1() local
54 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
66 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()
73 exception_object, (long long)pc, (long long)frameInfo.start_ip, functionName, in unwind_phase1()
74 (long long)frameInfo.lsda, (long long)frameInfo.handler); in unwind_phase1()
79 if (frameInfo.handler != 0) { in unwind_phase1()
81 (__personality_routine)(long)(frameInfo.handler); in unwind_phase1()
146 unw_proc_info_t frameInfo; in unwind_phase2() local
148 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
160 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2()
[all …]
DUnwind-EHABI.cpp432 unw_proc_info_t frameInfo; in unwind_phase1() local
434 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1()
446 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()
453 exception_object, (long long)pc, (long long)frameInfo.start_ip, in unwind_phase1()
454 functionName, (long long)frameInfo.lsda, in unwind_phase1()
455 (long long)frameInfo.handler); in unwind_phase1()
460 if (frameInfo.handler != 0) { in unwind_phase1()
462 (__personality_routine)(long)(frameInfo.handler); in unwind_phase1()
467 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
469 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase1()
[all …]
DUnwindLevel1-gcc-ext.c125 unw_proc_info_t frameInfo; in _Unwind_Backtrace() local
128 unw_get_proc_info(&cursor, &frameInfo); in _Unwind_Backtrace()
131 (long long)frameInfo.start_ip, functionName, (long long)frameInfo.lsda, in _Unwind_Backtrace()