Home
last modified time | relevance | path

Searched refs:unw_tdep_context_t (Results 1 – 25 of 27) sorted by relevance

12

/third_party/libunwind/include/
Dlibunwind-aarch64.h212 } unw_tdep_context_t; typedef
224 typedef ucontext_t unw_tdep_context_t; typedef
234 unw_tdep_context_t *unw_ctx = (uc); \
Dlibunwind-hppa.h104 typedef ucontext_t unw_tdep_context_t; typedef
119 extern int unw_tdep_getcontext (unw_tdep_context_t *);
Dlibunwind-arm.h265 unw_tdep_context_t; typedef
273 unw_tdep_context_t *unw_ctx = (uc); \
284 unw_tdep_context_t *unw_ctx = (uc); \
Dlibunwind-s390x.h122 typedef ucontext_t unw_tdep_context_t; typedef
137 extern int unw_tdep_getcontext (unw_tdep_context_t *);
Dlibunwind-x86_64.h119 typedef ucontext_t unw_tdep_context_t; typedef
134 extern int unw_tdep_getcontext (unw_tdep_context_t *);
Dlibunwind-x86.h170 typedef ucontext_t unw_tdep_context_t; typedef
184 extern int unw_tdep_getcontext (unw_tdep_context_t *);
Dlibunwind-ia64.h151 typedef ucontext_t unw_tdep_context_t; typedef
165 extern int unw_tdep_getcontext (unw_tdep_context_t *);
Dlibunwind-riscv.h165 typedef ucontext_t unw_tdep_context_t; typedef
180 extern int unw_tdep_getcontext (unw_tdep_context_t *);
Dlibunwind-sh.h87 typedef ucontext_t unw_tdep_context_t; typedef
Dlibunwind-mips.h135 typedef ucontext_t unw_tdep_context_t; typedef
Dlibunwind-tilegx.h141 typedef ucontext_t unw_tdep_context_t; typedef
Dlibunwind-ppc32.h182 typedef ucontext_t unw_tdep_context_t; typedef
Dlibunwind-ppc64.h246 typedef ucontext_t unw_tdep_context_t; typedef
Dlibunwind-common.h107 typedef unw_tdep_context_t unw_context_t;
/third_party/libunwind/src/arm/
DGinit.c46 uc_addr (unw_tdep_context_t *uc, int reg) in uc_addr()
57 tdep_uc_addr (unw_tdep_context_t *uc, int reg) in tdep_uc_addr()
360 unw_tdep_context_t *uc = arg; in access_reg()
390 unw_tdep_context_t *uc = arg; in access_fpreg()
DGresume.c37 unw_tdep_context_t *uc = c->dwarf.as_arg; in arm_local_resume()
/third_party/libunwind/src/aarch64/
DGinit.c47 uc_addr (unw_tdep_context_t *uc, int reg) in uc_addr()
64 tdep_uc_addr (unw_tdep_context_t *uc, int reg) in tdep_uc_addr()
370 unw_tdep_context_t *uc = ((struct cursor *)arg)->uc; in access_reg()
399 unw_tdep_context_t *uc = ((struct cursor *)arg)->uc; in access_fpreg()
DGinit_local.c77 unw_init_local2 (unw_cursor_t *cursor, unw_tdep_context_t *uc, int flag) in unw_init_local2()
DGresume.c37 unw_tdep_context_t *uc = c->uc; in aarch64_local_resume()
/third_party/libunwind/include/tdep-aarch64/
Dlibunwind_i.h345 extern void *tdep_uc_addr (unw_tdep_context_t *uc, int reg);
358 extern int tdep_getcontext_trace (unw_tdep_context_t *);
/third_party/libunwind/src/sh/
DGresume.c37 unw_tdep_context_t *uc = c->dwarf.as_arg; in sh_local_resume()
/third_party/libunwind/src/riscv/
DGinit.c362 unw_tdep_context_t *uc = ((struct cursor *)arg)->uc; in access_reg()
/third_party/libunwind/include/tdep-sh/
Dlibunwind_i.h273 extern void *tdep_uc_addr (unw_tdep_context_t *uc, int reg);
/third_party/libunwind/include/tdep-x86_64/
Dlibunwind_i.h323 extern int tdep_getcontext_trace (unw_tdep_context_t *);
/third_party/libunwind/include/tdep-s390x/
Dlibunwind_i.h249 extern void *tdep_uc_addr (unw_tdep_context_t *uc, int reg);

12