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

  /external/libcxxabi/include/
unwind.h 69 struct _Unwind_Control_Block;
70 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
71 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
73 struct _Unwind_Control_Block {
75 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*);
  /external/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 73 _Unwind_Control_Block* ucbp,
167 _Unwind_Control_Block* ucbp,
417 _Unwind_Control_Block *ucbp,
424 _Unwind_Control_Block *ucbp,
431 _Unwind_Control_Block *ucbp,
    [all...]
UnwindCursor.hpp 616 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
618 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
620 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
    [all...]
  /external/libcxxabi/src/
cxa_exception.cpp 261 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]);

Completed in 677 milliseconds