Home
last modified time | relevance | path

Searched refs:unwind_phase2_forced (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/lib/libunwind/
Dlibunwind.cxx130 static _Unwind_Reason_Code unwind_phase2_forced(ThisUnwindCursor &cursor, in unwind_phase2_forced() function
220 return unwind_phase2_forced(cursor, exc, stop, stop_arg); in _Unwind_ForcedUnwind()
228 unwind_phase2_forced(cursor, exc, (_Unwind_Stop_Fn)exc->private_1, in _Unwind_Resume()
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind-arm-common.inc470 unwind_phase2_forced (_Unwind_Control_Block *ucbp, phase2_vrs *entry_vrs,
655 return unwind_phase2_forced (ucbp, entry_vrs, 0);
671 unwind_phase2_forced (ucbp, entry_vrs, 1);
723 return unwind_phase2_forced (ucbp, entry_vrs, 0);
DChangeLog1977 (unwind_phase2_forced): Likewise.
8949 (unwind_phase2_forced): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20054127 (unwind_phase2_forced): Save the original core registers instead of
4132 (__gnu_Unwind_ForcedUnwind): Update call to unwind_phase2_forced.
4135 just call unwind_phase2_forced.
4164 (unwind_phase2_forced): New.