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

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

Completed in 103 milliseconds