/third_party/libunwind/src/x86/ |
D | Gresume.c | 62 if (tdep_access_reg (c, reg, &val, 0) >= 0) in establish_machine_state() 69 if (tdep_access_reg (c, UNW_X86_ESP, &val, 0) >= 0) in establish_machine_state()
|
/third_party/libunwind/src/x86_64/ |
D | Gresume.c | 95 if (tdep_access_reg (c, reg, &val, 0) >= 0) in establish_machine_state() 102 if (tdep_access_reg (c, UNW_X86_64_RSP, &val, 0) >= 0) in establish_machine_state()
|
/third_party/libunwind/src/mi/ |
D | Gset_reg.c | 33 return tdep_access_reg (c, regnum, &valp, 1); in unw_set_reg()
|
D | Gget_reg.c | 40 return tdep_access_reg (c, regnum, valp, 0); in unw_get_reg()
|
/third_party/libunwind/src/s390x/ |
D | Gresume.c | 131 if (tdep_access_reg (c, reg, &val, 0) >= 0) in establish_machine_state() 138 if (tdep_access_reg (c, UNW_S390X_R15, &val, 0) >= 0) in establish_machine_state()
|
D | Gregs.c | 32 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
|
/third_party/libunwind/include/tdep-ia64/ |
D | libunwind_i.h | 234 #define tdep_access_reg UNW_OBJ(access_reg) macro 273 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
|
/third_party/libunwind/src/tilegx/ |
D | Gregs.c | 29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
|
D | Gresume.c | 69 if (tdep_access_reg (c, reg, &val, 0) >= 0) in establish_machine_state()
|
/third_party/libunwind/src/arm/ |
D | Gregs.c | 28 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
|
/third_party/libunwind/src/sh/ |
D | Gregs.c | 29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
|
/third_party/libunwind/include/tdep-tilegx/ |
D | libunwind_i.h | 209 #define tdep_access_reg UNW_OBJ(access_reg) macro 251 extern int tdep_access_reg (struct cursor *c,
|
/third_party/libunwind/src/riscv/ |
D | Gregs.c | 29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
|
/third_party/libunwind/src/mips/ |
D | Gregs.c | 30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
|
/third_party/libunwind/src/ppc32/ |
D | Gregs.c | 31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
|
/third_party/libunwind/src/hppa/ |
D | Gregs.c | 29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
|
/third_party/libunwind/src/ppc64/ |
D | Gresume.c | 89 if (tdep_access_reg (c, reg, &val, 0) >= 0) in establish_machine_state()
|
/third_party/libunwind/src/aarch64/ |
D | Gregs.c | 30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
|
/third_party/libunwind/include/tdep-hppa/ |
D | libunwind_i.h | 239 #define tdep_access_reg UNW_OBJ(access_reg) macro 278 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
|
/third_party/libunwind/include/tdep-riscv/ |
D | libunwind_i.h | 260 #define tdep_access_reg UNW_OBJ(access_reg) macro 298 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
|
/third_party/libunwind/src/ia64/ |
D | Gresume.c | 57 ret = tdep_access_reg (c, UNW_IA64_NAT + (n), &val, 0); \ in local_resume() 252 if (tdep_access_reg (c, reg, &val, 0) >= 0) in remote_install_cursor()
|
/third_party/libunwind/include/tdep-sh/ |
D | libunwind_i.h | 240 #define tdep_access_reg UNW_OBJ(access_reg) macro 279 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
|
/third_party/libunwind/include/tdep-x86_64/ |
D | libunwind_i.h | 262 #define tdep_access_reg UNW_OBJ(access_reg) macro 309 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
|
/third_party/libunwind/include/tdep-x86/ |
D | libunwind_i.h | 267 #define tdep_access_reg UNW_OBJ(access_reg) macro 306 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
|
/third_party/libunwind/include/tdep-s390x/ |
D | libunwind_i.h | 214 #define tdep_access_reg UNW_OBJ(access_reg) macro 254 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
|