Home
last modified time | relevance | path

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

/external/libunwind/src/unwind/
DResume.c34 int destroy_map = 1; in _Unwind_Resume() local
44 _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_Resume()
46 if (destroy_map) in _Unwind_Resume()
DResume_or_Rethrow.c38 int destroy_map = 1; in _Unwind_Resume_or_Rethrow() local
45 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_Resume_or_Rethrow()
47 if (destroy_map) in _Unwind_Resume_or_Rethrow()
DForcedUnwind.c36 int destroy_map = 1; in _Unwind_ForcedUnwind() local
53 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_ForcedUnwind()
56 if (destroy_map) in _Unwind_ForcedUnwind()
DRaiseException.c40 int destroy_map = 1; in _Unwind_RaiseException() local
107 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); in _Unwind_RaiseException()
111 if (destroy_map) in _Unwind_RaiseException()
Dunwind-internal.h61 int *destroy_map) in _Unwind_Phase2() argument
75 *destroy_map = 1; in _Unwind_Phase2()
109 *destroy_map = 0; in _Unwind_Phase2()