Searched refs:_Unwind_Context (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-itanium.h | 55 struct _Unwind_Context; // system-specific opaque 65 struct _Unwind_Context*, 90 uint64_t _Unwind_GetGR(struct _Unwind_Context*, int index); 91 void _Unwind_SetGR(struct _Unwind_Context*, int index, uint64_t new_value); 93 uint64_t _Unwind_GetIP(struct _Unwind_Context*); 94 void _Unwind_SetIP(struct _Unwind_Context*, uintptr_t new_value); 96 uint64_t _Unwind_GetRegionStart(struct _Unwind_Context*); 97 uint64_t _Unwind_GetLanguageSpecificData(struct _Unwind_Context*);
|
D | unwind-arm.h | 56 typedef struct _Unwind_Context _Unwind_Context; typedef 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) { in _Unwind_GetGR() 153 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) { in _Unwind_SetGR() 157 static inline uint32_t _Unwind_GetIP(_Unwind_Context* ctx) { in _Unwind_GetIP() 160 static inline void _Unwind_SetIP(_Unwind_Context* ctx, uint32_t val) { in _Unwind_SetIP()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | helper_func_internal.h | 56 _Unwind_Context* context, 60 _Unwind_Context *context); 63 _Unwind_Context* ctx, 72 _Unwind_Context* ctx, 79 _Unwind_Context* context); 86 _Unwind_Context* context) { \ 114 _Unwind_Exception* unwind_exception, _Unwind_Context* context) {
|
D | helper_func_internal.cc | 66 _Unwind_Context* context) { in scanEHTable() 349 extern "C" bool __gnu_unwind_frame(_Unwind_Exception*, _Unwind_Context*); 352 _Unwind_Context* context, in setRegisters() 360 _Unwind_Context *context) { in continueUnwinding() 368 _Unwind_Context* ctx, in saveDataToBarrierCache() 388 _Unwind_Context* ctx, in saveUnexpectedDataToBarrierCache() 484 _Unwind_Context* context, in setRegisters() 494 _Unwind_Context *context) { in continueUnwinding() 501 _Unwind_Context* ctx, in saveDataToBarrierCache() 510 _Unwind_Context* ctx, in saveUnexpectedDataToBarrierCache()
|