Home
last modified time | relevance | path

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

/netbsd-src/sys/lib/libunwind/
H A 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.old/dist/libgcc/
H A Dunwind-arm-common.inc474 unwind_phase2_forced (_Unwind_Control_Block *ucbp, phase2_vrs *entry_vrs,
659 return unwind_phase2_forced (ucbp, entry_vrs, 0);
675 unwind_phase2_forced (ucbp, entry_vrs, 1);
727 return unwind_phase2_forced (ucbp, entry_vrs, 0);
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A 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);
H A DChangeLog1977 (unwind_phase2_forced): Likewise.
8949 (unwind_phase2_forced): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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.