Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libunwind/
Dlibunwind.cxx27 typedef UnwindCursor<LocalAddressSpace, NativeUnwindRegisters> ThisUnwindCursor; typedef
29 static _Unwind_Reason_Code unwind_phase1(ThisUnwindCursor &cursor, in unwind_phase1()
78 static _Unwind_Reason_Code unwind_phase2(ThisUnwindCursor &cursor, in unwind_phase2()
130 static _Unwind_Reason_Code unwind_phase2_forced(ThisUnwindCursor &cursor, in unwind_phase2_forced()
195 ThisUnwindCursor cursor1(registers, sThisAddressSpace); in _Unwind_RaiseException()
196 ThisUnwindCursor cursor2(registers, sThisAddressSpace); in _Unwind_RaiseException()
214 ThisUnwindCursor cursor(registers, sThisAddressSpace); in _Unwind_ForcedUnwind()
225 ThisUnwindCursor cursor(registers, sThisAddressSpace); in _Unwind_Resume()
255 ThisUnwindCursor *cursor = (ThisUnwindCursor *)context; in _Unwind_GetGR()
261 ThisUnwindCursor *cursor = (ThisUnwindCursor *)context; in _Unwind_SetGR()
[all …]