Searched refs:frameInfo (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/libunwind/src/ |
| D | UnwindLevel1.c | 100 unw_proc_info_t frameInfo; in unwind_phase1() local 102 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1() 118 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1() 125 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1() 126 frameInfo.lsda, frameInfo.handler); in unwind_phase1() 132 if (frameInfo.handler != 0) { in unwind_phase1() 134 (_Unwind_Personality_Fn)(uintptr_t)(frameInfo.handler); in unwind_phase1() 207 unw_proc_info_t frameInfo; in unwind_phase2() local 209 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2() 225 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2() [all …]
|
| D | Unwind-EHABI.cpp | 478 unw_proc_info_t frameInfo; in unwind_phase1() local 479 if (__unw_get_proc_info(cursor, &frameInfo) != UNW_ESUCCESS) { in unwind_phase1() 495 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1() 503 frameInfo.start_ip, functionName, in unwind_phase1() 504 frameInfo.lsda, frameInfo.handler); in unwind_phase1() 510 if (frameInfo.handler != 0) { in unwind_phase1() 512 (_Unwind_Personality_Fn)(long)(frameInfo.handler); in unwind_phase1() 518 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1() 520 (_Unwind_EHT_Header *)frameInfo.unwind_info; in unwind_phase1() 521 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1() [all …]
|
| D | UnwindLevel1-gcc-ext.c | 164 unw_proc_info_t frameInfo; in _Unwind_Backtrace() local 165 if (__unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) { in _Unwind_Backtrace() 170 const uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info; in _Unwind_Backtrace() 171 ex.pr_cache.fnstart = frameInfo.start_ip; in _Unwind_Backtrace() 173 ex.pr_cache.additional= frameInfo.flags; in _Unwind_Backtrace() 177 _Unwind_Personality_Fn handler = (_Unwind_Personality_Fn)frameInfo.handler; in _Unwind_Backtrace()
|
| D | Unwind-seh.cpp | 239 unw_proc_info_t frameInfo; in unwind_phase2_forced() local 240 if (__unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced() 255 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced() 260 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced() 261 frameInfo.lsda, frameInfo.handler); in unwind_phase2_forced() 282 if (frameInfo.handler != 0) { in unwind_phase2_forced() 284 (_Unwind_Personality_Fn)(intptr_t)(frameInfo.handler); in unwind_phase2_forced()
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | MIRLangRef.rst | 91 The whole `frameInfo` section is often unnecessary if there is no special
|