HomeSort by relevance Sort by last modified time
    Searched refs:destroy_map (Results 1 - 5 of 5) sorted by null

  /external/libunwind/src/unwind/
Resume.c 34 int destroy_map = 1; local
44 _Unwind_Phase2 (exception_object, &context, &destroy_map);
46 if (destroy_map)
Resume_or_Rethrow.c 38 int destroy_map = 1; local
45 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map);
47 if (destroy_map)
ForcedUnwind.c 36 int destroy_map = 1; local
53 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map);
56 if (destroy_map)
RaiseException.c 40 int destroy_map = 1; local
107 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map);
111 if (destroy_map)
unwind-internal.h 61 int *destroy_map)
75 *destroy_map = 1;
109 *destroy_map = 0;

Completed in 56 milliseconds