HomeSort by relevance Sort by last modified time
    Searched defs:_Unwind_Context (Results 1 - 12 of 12) sorted by null

  /external/libunwind/src/unwind/
unwind-internal.h 42 struct _Unwind_Context *);
44 struct _Unwind_Context {
59 struct _Unwind_Context *context,
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
unwind.h 69 struct _Unwind_Context;
70 typedef struct _Unwind_Context _Unwind_Context;
109 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
115 static inline uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
124 uintptr_t _Unwind_GetIP(struct _Unwind_Context* __context);
128 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context*, void*);
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
unwind.h 69 struct _Unwind_Context;
70 typedef struct _Unwind_Context _Unwind_Context;
109 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context,
115 static inline uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
124 uintptr_t _Unwind_GetIP(struct _Unwind_Context* __context);
128 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context*, void*);
  /external/libunwind_llvm/include/
unwind.h 52 typedef struct _Unwind_Context _Unwind_Context; // opaque
107 struct _Unwind_Context* context);
112 struct _Unwind_Context* context);
114 struct _Unwind_Context; // opaque
138 struct _Unwind_Context* context,
146 struct _Unwind_Context* context);
192 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
197 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
202 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-arm.h 57 typedef struct _Unwind_Context _Unwind_Context;
119 uint64_t _Unwind_GetRegionStart(_Unwind_Context*);
120 void* _Unwind_GetLanguageSpecificData(_Unwind_Context*);
123 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *context,
129 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *context,
148 static inline uint32_t _Unwind_GetGR( _Unwind_Context* ctx, int reg) {
154 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) {
158 static inline uint32_t _Unwind_GetIP(_Unwind_Context* ctx) {
161 static inline void _Unwind_SetIP(_Unwind_Context* ctx, uint32_t val)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
unwind-arm.h 56 typedef struct _Unwind_Context _Unwind_Context;
118 uint64_t _Unwind_GetRegionStart(_Unwind_Context*);
119 void* _Unwind_GetLanguageSpecificData(_Unwind_Context*);
122 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *context,
128 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *context,
147 static inline uint32_t _Unwind_GetGR( _Unwind_Context* ctx, int reg) {
153 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) {
157 static inline uint32_t _Unwind_GetIP(_Unwind_Context* ctx) {
160 static inline void _Unwind_SetIP(_Unwind_Context* ctx, uint32_t val)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 52 typedef struct _Unwind_Context _Unwind_Context; // opaque
107 struct _Unwind_Context* context);
112 struct _Unwind_Context* context);
114 struct _Unwind_Context; // opaque
138 struct _Unwind_Context* context,
146 struct _Unwind_Context* context);
192 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
197 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
202 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
unwind-arm.h 56 typedef struct _Unwind_Context _Unwind_Context;
118 uint64_t _Unwind_GetRegionStart(_Unwind_Context*);
119 void* _Unwind_GetLanguageSpecificData(_Unwind_Context*);
122 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *context,
128 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *context,
147 static inline uint32_t _Unwind_GetGR( _Unwind_Context* ctx, int reg) {
153 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) {
157 static inline uint32_t _Unwind_GetIP(_Unwind_Context* ctx) {
160 static inline void _Unwind_SetIP(_Unwind_Context* ctx, uint32_t val)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h 77 typedef struct _Unwind_Context _Unwind_Context;
168 _Unwind_Control_Block *, _Unwind_Context *);
170 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
174 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
178 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
186 void * _Unwind_GetLanguageSpecificData (_Unwind_Context *);
187 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
189 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
191 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
unwind-arm-common.h 77 typedef struct _Unwind_Context _Unwind_Context;
168 _Unwind_Control_Block *, _Unwind_Context *);
170 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
174 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
178 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
186 void * _Unwind_GetLanguageSpecificData (_Unwind_Context *);
187 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
189 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
191 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h 77 typedef struct _Unwind_Context _Unwind_Context;
168 _Unwind_Control_Block *, _Unwind_Context *);
170 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
174 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
178 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
186 void * _Unwind_GetLanguageSpecificData (_Unwind_Context *);
187 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
189 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
191 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
unwind-arm-common.h 77 typedef struct _Unwind_Context _Unwind_Context;
168 _Unwind_Control_Block *, _Unwind_Context *);
170 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
174 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
178 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
186 void * _Unwind_GetLanguageSpecificData (_Unwind_Context *);
187 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
189 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
191 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
    [all...]

Completed in 449 milliseconds