Searched refs:destroy_map (Results 1 - 5 of 5) sorted by relevance
/external/libunwind/src/unwind/ |
H A D | Resume.c | 34 int destroy_map = 1; local 44 _Unwind_Phase2 (exception_object, &context, &destroy_map); 46 if (destroy_map)
|
H A D | Resume_or_Rethrow.c | 38 int destroy_map = 1; local 45 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); 47 if (destroy_map)
|
H A D | ForcedUnwind.c | 36 int destroy_map = 1; local 53 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); 56 if (destroy_map)
|
H A D | RaiseException.c | 40 int destroy_map = 1; local 107 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map); 111 if (destroy_map)
|
H A D | unwind-internal.h | 61 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 133 milliseconds