Searched refs:destroy_map (Results 1 – 5 of 5) sorted by relevance
34 int destroy_map = 1; in _Unwind_Resume() local44 _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_Resume()46 if (destroy_map) in _Unwind_Resume()
38 int destroy_map = 1; in _Unwind_Resume_or_Rethrow() local45 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_Resume_or_Rethrow()47 if (destroy_map) in _Unwind_Resume_or_Rethrow()
36 int destroy_map = 1; in _Unwind_ForcedUnwind() local53 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_ForcedUnwind()56 if (destroy_map) in _Unwind_ForcedUnwind()
40 int destroy_map = 1; in _Unwind_RaiseException() local107 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_RaiseException()111 if (destroy_map) in _Unwind_RaiseException()
61 int *destroy_map) in _Unwind_Phase2() argument75 *destroy_map = 1; in _Unwind_Phase2()109 *destroy_map = 0; in _Unwind_Phase2()