/third_party/libunwind/include/ |
D | libunwind-aarch64.h | 212 } unw_tdep_context_t; typedef 224 typedef ucontext_t unw_tdep_context_t; typedef 234 unw_tdep_context_t *unw_ctx = (uc); \
|
D | libunwind-hppa.h | 104 typedef ucontext_t unw_tdep_context_t; typedef 119 extern int unw_tdep_getcontext (unw_tdep_context_t *);
|
D | libunwind-arm.h | 265 unw_tdep_context_t; typedef 273 unw_tdep_context_t *unw_ctx = (uc); \ 284 unw_tdep_context_t *unw_ctx = (uc); \
|
D | libunwind-s390x.h | 122 typedef ucontext_t unw_tdep_context_t; typedef 137 extern int unw_tdep_getcontext (unw_tdep_context_t *);
|
D | libunwind-x86_64.h | 119 typedef ucontext_t unw_tdep_context_t; typedef 134 extern int unw_tdep_getcontext (unw_tdep_context_t *);
|
D | libunwind-x86.h | 170 typedef ucontext_t unw_tdep_context_t; typedef 184 extern int unw_tdep_getcontext (unw_tdep_context_t *);
|
D | libunwind-ia64.h | 151 typedef ucontext_t unw_tdep_context_t; typedef 165 extern int unw_tdep_getcontext (unw_tdep_context_t *);
|
D | libunwind-riscv.h | 165 typedef ucontext_t unw_tdep_context_t; typedef 180 extern int unw_tdep_getcontext (unw_tdep_context_t *);
|
D | libunwind-sh.h | 87 typedef ucontext_t unw_tdep_context_t; typedef
|
D | libunwind-mips.h | 135 typedef ucontext_t unw_tdep_context_t; typedef
|
D | libunwind-tilegx.h | 141 typedef ucontext_t unw_tdep_context_t; typedef
|
D | libunwind-ppc32.h | 182 typedef ucontext_t unw_tdep_context_t; typedef
|
D | libunwind-ppc64.h | 246 typedef ucontext_t unw_tdep_context_t; typedef
|
D | libunwind-common.h | 107 typedef unw_tdep_context_t unw_context_t;
|
/third_party/libunwind/src/arm/ |
D | Ginit.c | 46 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()
|
D | Gresume.c | 37 unw_tdep_context_t *uc = c->dwarf.as_arg; in arm_local_resume()
|
/third_party/libunwind/src/aarch64/ |
D | Ginit.c | 47 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()
|
D | Ginit_local.c | 77 unw_init_local2 (unw_cursor_t *cursor, unw_tdep_context_t *uc, int flag) in unw_init_local2()
|
D | Gresume.c | 37 unw_tdep_context_t *uc = c->uc; in aarch64_local_resume()
|
/third_party/libunwind/include/tdep-aarch64/ |
D | libunwind_i.h | 345 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/ |
D | Gresume.c | 37 unw_tdep_context_t *uc = c->dwarf.as_arg; in sh_local_resume()
|
/third_party/libunwind/src/riscv/ |
D | Ginit.c | 362 unw_tdep_context_t *uc = ((struct cursor *)arg)->uc; in access_reg()
|
/third_party/libunwind/include/tdep-sh/ |
D | libunwind_i.h | 273 extern void *tdep_uc_addr (unw_tdep_context_t *uc, int reg);
|
/third_party/libunwind/include/tdep-x86_64/ |
D | libunwind_i.h | 323 extern int tdep_getcontext_trace (unw_tdep_context_t *);
|
/third_party/libunwind/include/tdep-s390x/ |
D | libunwind_i.h | 249 extern void *tdep_uc_addr (unw_tdep_context_t *uc, int reg);
|