HomeSort by relevance Sort by last modified time
    Searched defs:_Unwind_Control_Block (Results 1 - 9 of 9) 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*);
  /ndk/sources/cxx-stl/gabi++/include/
unwind-arm.h 55 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
59 struct _Unwind_Control_Block {
61 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*);
91 typedef _Unwind_Control_Block _Unwind_Exception;
  /ndk/sources/cxx-stl/llvm-libc++abi/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*);
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
unwind-arm.h 56 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
60 struct _Unwind_Control_Block {
62 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*);
92 typedef _Unwind_Control_Block _Unwind_Exception;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-arm.h 56 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
60 struct _Unwind_Control_Block {
62 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*);
92 typedef _Unwind_Control_Block _Unwind_Exception;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h 76 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
83 struct _Unwind_Control_Block
86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
168 _Unwind_Control_Block *, _Unwind_Context *);
183 #define _Unwind_Exception _Unwind_Control_Block
194 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
195 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
196 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
200 _Unwind_Control_Block *, struct _Unwind_Context *, void *)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
unwind-arm-common.h 76 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
83 struct _Unwind_Control_Block
86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
168 _Unwind_Control_Block *, _Unwind_Context *);
183 #define _Unwind_Exception _Unwind_Control_Block
194 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
195 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
196 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
200 _Unwind_Control_Block *, struct _Unwind_Context *, void *)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h 76 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
83 struct _Unwind_Control_Block
86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
168 _Unwind_Control_Block *, _Unwind_Context *);
183 #define _Unwind_Exception _Unwind_Control_Block
194 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
195 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
196 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
200 _Unwind_Control_Block *, struct _Unwind_Context *, void *)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
unwind-arm-common.h 76 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
83 struct _Unwind_Control_Block
86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
168 _Unwind_Control_Block *, _Unwind_Context *);
183 #define _Unwind_Exception _Unwind_Control_Block
194 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
195 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
196 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
200 _Unwind_Control_Block *, struct _Unwind_Context *, void *)
    [all...]

Completed in 291 milliseconds