Home
last modified time | relevance | path

Searched refs:_Unwind_Context (Results 1 – 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h52 typedef struct _Unwind_Context _Unwind_Context; // opaque typedef
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,
207 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
[all …]
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-itanium.h55 struct _Unwind_Context; // system-specific opaque
65 struct _Unwind_Context*,
97 uint64_t _Unwind_GetGR(struct _Unwind_Context*, int index);
98 void _Unwind_SetGR(struct _Unwind_Context*, int index, uint64_t new_value);
100 uint64_t _Unwind_GetIP(struct _Unwind_Context*);
101 void _Unwind_SetIP(struct _Unwind_Context*, uintptr_t new_value);
103 uint64_t _Unwind_GetRegionStart(struct _Unwind_Context*);
104 uint64_t _Unwind_GetLanguageSpecificData(struct _Unwind_Context*);
Dunwind-arm.h56 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/
Dhelper_func_internal.h57 _Unwind_Context* context,
61 _Unwind_Context *context)
65 _Unwind_Context* ctx,
76 _Unwind_Context* ctx,
84 _Unwind_Context* context) _GABIXX_HIDDEN;
92 _Unwind_Context*) _GABIXX_DEFAULT;
97 _Unwind_Context* context) { \
127 _Unwind_Context*) _GABIXX_DEFAULT;
131 _Unwind_Exception* unwind_exception, _Unwind_Context* context) {
Dhelper_func_internal.cc62 _Unwind_Context* context) { in scanEHTable()
346 _Unwind_Context*);
349 _Unwind_Context* context, in setRegisters()
357 _Unwind_Context *context) { in continueUnwinding()
365 _Unwind_Context* ctx, in saveDataToBarrierCache()
385 _Unwind_Context* ctx, in saveUnexpectedDataToBarrierCache()
480 _Unwind_Context* context, in setRegisters()
490 _Unwind_Context *context) { in continueUnwinding()
497 _Unwind_Context* ctx, in saveDataToBarrierCache()
506 _Unwind_Context* ctx, in saveUnexpectedDataToBarrierCache()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c97 exception_object, (struct _Unwind_Context *)c); in unwind_phase1()
155 exception_object, (struct _Unwind_Context *)c); in unwind_phase2()
215 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced()
234 (struct _Unwind_Context *)c); in unwind_phase2_forced()
270 (struct _Unwind_Context *)c, stop_parameter); in unwind_phase2_forced()
350 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData()
359 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, in _Unwind_GetGR()
369 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR()
379 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
390 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context, in _Unwind_GetIPInfo()
[all …]
DUnwind-EHABI.h37 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
40 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
43 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
DUnwindLevel1.c89 exception_object, (struct _Unwind_Context *)(&cursor1)); in unwind_phase1()
187 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2()
272 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()
292 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2_forced()
328 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()
413 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData()
434 _Unwind_GetRegionStart(struct _Unwind_Context *context) { in _Unwind_GetRegionStart()
462 _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR()
470 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR()
477 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
[all …]
DUnwindLevel1-gcc-ext.c66 _Unwind_GetDataRelBase(struct _Unwind_Context *context) { in _Unwind_GetDataRelBase()
76 _Unwind_GetTextRelBase(struct _Unwind_Context *context) { in _Unwind_GetTextRelBase()
133 struct _Unwind_Context *context = (struct _Unwind_Context *)&cursor; in _Unwind_Backtrace()
184 result = (*callback)((struct _Unwind_Context *)(&cursor), ref); in _Unwind_Backtrace()
216 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) { in _Unwind_GetCFA()
229 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context, in _Unwind_GetIPInfo()
DUnwind-EHABI.cpp73 struct _Unwind_Context* context, in ProcessDescriptors()
166 struct _Unwind_Context* context) { in unwindOneFrame()
242 _Unwind_Context* context, in _Unwind_VRS_Interpret()
415 _Unwind_Context *context) { in __aeabi_unwind_cpp_pr0()
422 _Unwind_Context *context) { in __aeabi_unwind_cpp_pr1()
429 _Unwind_Context *context) { in __aeabi_unwind_cpp_pr2()
499 struct _Unwind_Context *context = (struct _Unwind_Context *)(&cursor1); in unwind_phase1()
624 struct _Unwind_Context *context = (struct _Unwind_Context *)(&cursor2); in unwind_phase2()
747 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) { in _Unwind_GetLanguageSpecificData()
783 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Set()
[all …]
Dlibunwind_ext.h38 extern _Unwind_Reason_Code _Unwind_VRS_Interpret(_Unwind_Context *context,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dbacktrace_test.pass.cpp14 trace_function(struct _Unwind_Context* context, void* ntraced) { in trace_function()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_personality.cpp511 set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context, in set_registers()
545 _Unwind_Context *context) { in scan_eh_tab()
932 _Unwind_Exception* unwind_exception, _Unwind_Context* context) in __gxx_personality_sj0()
1016 extern "C" _Unwind_Reason_Code __gnu_unwind_frame(_Unwind_Exception*, _Unwind_Context*);
1024 _Unwind_Context* context) in continue_unwind()
1089 _Unwind_Context* context) in __gxx_personality_v0()