Home
last modified time | relevance | path

Searched refs:unw_cursor_t (Results 1 – 25 of 142) sorted by relevance

123456

/external/libunwind/include/
Dlibunwind-common.h111 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 …]
Dlibunwind-common.h.in99 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/include/
Dlibunwind.h53 struct unw_cursor_t { struct
56 typedef struct unw_cursor_t unw_cursor_t; argument
89 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
90 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL;
91 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;
92 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
93 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;
94 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
95 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL;
99 extern void unw_save_vfp_as_X(unw_cursor_t *) LIBUNWIND_AVAIL;
[all …]
/external/libunwind_llvm/src/
Dlibunwind.cpp46 _LIBUNWIND_EXPORT int unw_init_local(unw_cursor_t *cursor, in unw_init_local()
78 _LIBUNWIND_EXPORT int unw_init_remote_thread(unw_cursor_t *cursor, in unw_init_remote_thread()
159 _LIBUNWIND_EXPORT int unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_reg()
174 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_reg()
193 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_fpreg()
208 _LIBUNWIND_EXPORT int unw_set_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_fpreg()
227 _LIBUNWIND_EXPORT int unw_step(unw_cursor_t *cursor) { in unw_step()
235 _LIBUNWIND_EXPORT int unw_get_proc_info(unw_cursor_t *cursor, in unw_get_proc_info()
249 _LIBUNWIND_EXPORT int unw_resume(unw_cursor_t *cursor) { in unw_resume()
258 _LIBUNWIND_EXPORT int unw_get_proc_name(unw_cursor_t *cursor, char *buf, in unw_get_proc_name()
[all …]
DUnwindLevel1.c37 unw_cursor_t cursor1; in unwind_phase1()
131 unw_cursor_t cursor2; in unwind_phase2()
243 unw_cursor_t cursor2; in unwind_phase2_forced()
421 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetLanguageSpecificData()
442 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetRegionStart()
467 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetGR()
481 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_SetGR()
487 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetIP()
502 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_SetIP()
DUnwindLevel1-gcc-ext.c90 unw_cursor_t cursor; in _Unwind_FindEnclosingFunction()
106 unw_cursor_t cursor; in _Unwind_Backtrace()
188 unw_cursor_t cursor; in _Unwind_Find_FDE()
206 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetCFA()
DUnwind-EHABI.cpp184 if (unw_step(reinterpret_cast<unw_cursor_t*>(context)) != UNW_STEP_SUCCESS) in unwindOneFrame()
448 unw_cursor_t cursor1; in unwind_phase1()
560 unw_cursor_t cursor2; in unwind_phase2()
759 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetLanguageSpecificData()
797 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_VRS_Set()
845 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_VRS_Get_Internal()
978 unw_cursor_t *cursor = (unw_cursor_t *)context; in _Unwind_GetRegionStart()
1003 unw_cursor_t *cursor = (unw_cursor_t *)context; in __gnu_unwind_frame()
/external/libunwind/src/setjmp/
Dsetjmp_i.h32 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/
DGia64-test-nat.c52 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/
DGresume.c46 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/
DGresume.c46 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/
DGresume.c36 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()
DGinit_local.c34 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/mips/
DGresume.c34 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()
DGinit_local.c31 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/libunwind/src/hppa/
DGresume.c54 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()
DGinit_local.c32 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/aarch64/
DGinit_local.c32 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/sh/
DGinit_local.c32 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()
DGresume.c33 sh_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in sh_local_resume()
147 unw_resume (unw_cursor_t *cursor) in unw_resume()
163 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c, in unw_resume()
/external/libunwind/src/arm/
DGinit_local.c32 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()
DGresume.c37 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/ppc/
DGinit_local.c38 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/
DGinit_local.c32 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/mi/
Dbacktrace.c38 unw_cursor_t cursor; in slow_backtrace()
60 unw_cursor_t cursor; in unw_backtrace()

123456