/external/libunwind/include/ |
D | libunwind-common.h | 111 unw_cursor_t; typedef 187 int (*resume) (unw_addr_space_t, unw_cursor_t *, void *); 274 extern int unw_init_local (unw_cursor_t *, unw_context_t *); 275 extern int unw_init_remote (unw_cursor_t *, unw_addr_space_t, void *); 276 extern int unw_step (unw_cursor_t *); 277 extern int unw_resume (unw_cursor_t *); 278 extern int unw_get_proc_info (unw_cursor_t *, unw_proc_info_t *); 281 extern int unw_get_reg (unw_cursor_t *, int, unw_word_t *); 282 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t); 283 extern int unw_get_fpreg (unw_cursor_t *, int, unw_fpreg_t *); [all …]
|
D | libunwind-common.h.in | 99 unw_cursor_t; typedef 175 int (*resume) (unw_addr_space_t, unw_cursor_t *, void *); 239 extern int unw_init_local (unw_cursor_t *, unw_context_t *); 240 extern int unw_init_remote (unw_cursor_t *, unw_addr_space_t, void *); 241 extern int unw_step (unw_cursor_t *); 242 extern int unw_resume (unw_cursor_t *); 243 extern int unw_get_proc_info (unw_cursor_t *, unw_proc_info_t *); 246 extern int unw_get_reg (unw_cursor_t *, int, unw_word_t *); 247 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t); 248 extern int unw_get_fpreg (unw_cursor_t *, int, unw_fpreg_t *); [all …]
|
/external/libunwind_llvm/src/ |
D | UnwindLevel1.c | 37 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() 130 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2() 239 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2_forced() 347 unw_cursor_t cursor; in _Unwind_RaiseException() 381 unw_cursor_t cursor; in _Unwind_Resume() 406 unw_cursor_t cursor; in _Unwind_ForcedUnwind() 422 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetLanguageSpecificData() 443 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetRegionStart() 469 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetGR() 483 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_SetGR() [all …]
|
D | libunwind.cpp | 38 _LIBUNWIND_EXPORT int unw_init_local(unw_cursor_t *cursor, in unw_init_local() 80 _LIBUNWIND_EXPORT int unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_reg() 95 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_reg() 126 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_fpreg() 141 _LIBUNWIND_EXPORT int unw_set_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_fpreg() 160 _LIBUNWIND_EXPORT int unw_step(unw_cursor_t *cursor) { in unw_step() 168 _LIBUNWIND_EXPORT int unw_get_proc_info(unw_cursor_t *cursor, in unw_get_proc_info() 182 _LIBUNWIND_EXPORT int unw_resume(unw_cursor_t *cursor) { in unw_resume() 191 _LIBUNWIND_EXPORT int unw_get_proc_name(unw_cursor_t *cursor, char *buf, in unw_get_proc_name() 205 _LIBUNWIND_EXPORT int unw_is_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum) { in unw_is_fpreg() [all …]
|
D | Unwind-seh.cpp | 61 static int _unw_init_seh(unw_cursor_t *cursor, CONTEXT *ctx); 62 static DISPATCHER_CONTEXT *_unw_seh_get_disp_ctx(unw_cursor_t *cursor); 63 static void _unw_seh_set_disp_ctx(unw_cursor_t *cursor, DISPATCHER_CONTEXT *disp); 72 unw_cursor_t cursor; in _GCC_specific_handler() 224 DISPATCHER_CONTEXT *disp_ctx = _unw_seh_get_disp_ctx((unw_cursor_t *)context); in __libunwind_seh_personality() 242 unw_cursor_t cursor2; in unwind_phase2_forced() 430 uintptr_t result = (uintptr_t)_unw_seh_get_disp_ctx((unw_cursor_t *)context)->HandlerData; in _Unwind_GetLanguageSpecificData() 441 DISPATCHER_CONTEXT *disp = _unw_seh_get_disp_ctx((unw_cursor_t *)context); in _Unwind_GetRegionStart() 449 _unw_init_seh(unw_cursor_t *cursor, CONTEXT *context) { in _unw_init_seh() 477 _unw_seh_get_disp_ctx(unw_cursor_t *cursor) { in _unw_seh_get_disp_ctx() [all …]
|
D | Unwind-EHABI.cpp | 182 if (unw_step(reinterpret_cast<unw_cursor_t*>(context)) != UNW_STEP_SUCCESS) in unwindOneFrame() 436 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1() 533 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2() 669 unw_cursor_t cursor; in _Unwind_RaiseException() 707 unw_cursor_t cursor; in _Unwind_Resume() 722 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetLanguageSpecificData() 760 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_VRS_Set() 814 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_VRS_Get_Internal() 957 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetRegionStart() 982 unw_cursor_t *cursor = (unw_cursor_t *)context; in __gnu_unwind_frame()
|
D | UnwindLevel1-gcc-ext.c | 93 unw_cursor_t cursor; in _Unwind_FindEnclosingFunction() 109 unw_cursor_t cursor; in _Unwind_Backtrace() 191 unw_cursor_t cursor; in _Unwind_Find_FDE() 209 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetCFA()
|
/external/libunwind_llvm/include/ |
D | libunwind.h | 69 struct unw_cursor_t { struct 72 typedef struct unw_cursor_t unw_cursor_t; argument 104 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL; 105 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL; 106 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL; 107 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL; 108 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL; 109 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL; 110 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL; 114 extern void unw_save_vfp_as_X(unw_cursor_t *) LIBUNWIND_AVAIL; [all …]
|
/external/libunwind/src/setjmp/ |
D | setjmp_i.h | 32 bsp_match (unw_cursor_t *c, unw_word_t *wp) in bsp_match() 50 unw_cursor_t tmp = *c; in bsp_match() 79 resume_restores_sigmask (unw_cursor_t *c, unw_word_t *wp) in resume_restores_sigmask() 106 bsp_match (unw_cursor_t *c, unw_word_t *wp) in bsp_match() 112 resume_restores_sigmask (unw_cursor_t *c, unw_word_t *wp) in resume_restores_sigmask()
|
/external/libunwind/tests/ |
D | Gia64-test-nat.c | 52 typedef unw_word_t *check_func_t (unw_cursor_t *c, unsigned long *vals); 207 check_static_to_stacked (unw_cursor_t *c, unw_word_t *vals) in check_static_to_stacked() 253 check_static_to_fr (unw_cursor_t *c, unw_word_t *vals) in check_static_to_fr() 290 check_static_to_br (unw_cursor_t *c, unw_word_t *vals) in check_static_to_br() 326 check_static_to_mem (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem() 362 check_static_to_memN (unw_cursor_t *c, unw_word_t *vals, const char *func) in check_static_to_memN() 398 check_static_to_mem2 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem2() 404 check_static_to_mem3 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem3() 410 check_static_to_mem4 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem4() 416 check_static_to_mem5 (unw_cursor_t *c, unw_word_t *vals) in check_static_to_mem5() [all …]
|
/external/libunwind/src/ppc32/ |
D | Gresume.c | 46 ppc32_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in ppc32_local_resume() 65 unw_resume (unw_cursor_t *cursor) in unw_resume() 75 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c, in unw_resume()
|
/external/libunwind/src/ppc64/ |
D | Gresume.c | 46 ppc64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in ppc64_local_resume() 65 unw_resume (unw_cursor_t *cursor) in unw_resume() 75 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c, in unw_resume()
|
/external/libunwind/src/x86_64/ |
D | Gresume.c | 36 x86_64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in x86_64_local_resume() 102 unw_resume (unw_cursor_t *cursor) in unw_resume() 112 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c, in unw_resume()
|
D | Ginit_local.c | 34 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() 42 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
|
/external/libunwind/src/hppa/ |
D | Gresume.c | 54 hppa_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in hppa_local_resume() 125 unw_resume (unw_cursor_t *cursor) in unw_resume() 143 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c, in unw_resume()
|
D | Ginit_local.c | 32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() 40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
|
/external/libunwind/src/mips/ |
D | Gresume.c | 34 mips_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in mips_local_resume() 42 unw_resume (unw_cursor_t *cursor) in unw_resume()
|
D | Ginit_local.c | 31 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() 39 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
|
/external/strace/ |
D | unwind-libunwind.c | 65 get_symbol_name(unw_cursor_t *cursor, char **name, in get_symbol_name() 87 unw_cursor_t *cursor, in print_stack_frame() 136 unw_cursor_t cursor; in walk()
|
/external/libunwind/src/sh/ |
D | Ginit_local.c | 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() 40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
|
/external/libunwind/src/arm/ |
D | Ginit_local.c | 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() 40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
|
D | Gresume.c | 37 arm_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in arm_local_resume() 140 unw_resume (unw_cursor_t *cursor) in unw_resume() 156 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c, in unw_resume()
|
/external/libunwind/src/aarch64/ |
D | Ginit_local.c | 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() 40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
|
/external/libunwind/src/ppc/ |
D | Ginit_local.c | 38 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() 47 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
|
/external/libunwind/src/x86/ |
D | Ginit_local.c | 32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() 40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local()
|