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

  /external/libunwind/src/unwind/
unwind-internal.h 40 typedef _Unwind_Reason_Code (*_Unwind_Personality_Fn)
67 _Unwind_Personality_Fn personality;
121 personality = (_Unwind_Personality_Fn) (uintptr_t) pi.handler;
RaiseException.c 33 _Unwind_Personality_Fn personality;
69 personality = (_Unwind_Personality_Fn) (uintptr_t) pi.handler;
  /external/clang/lib/Headers/
unwind.h 130 typedef _Unwind_Reason_Code (*_Unwind_Personality_Fn)(
133 typedef _Unwind_Personality_Fn __personality_routine;
  /external/libcxxabi/src/
cxa_personality.cpp 33 _Unwind_Personality_Fn);
    [all...]

Completed in 776 milliseconds