Home
last modified time | relevance | path

Searched refs:tdep_access_reg (Results 1 – 25 of 39) sorted by relevance

12

/third_party/libunwind/src/x86/
DGresume.c62 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/
DGresume.c95 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/
DGset_reg.c33 return tdep_access_reg (c, regnum, &valp, 1); in unw_set_reg()
DGget_reg.c40 return tdep_access_reg (c, regnum, valp, 0); in unw_get_reg()
/third_party/libunwind/src/s390x/
DGresume.c131 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()
DGregs.c32 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/
Dlibunwind_i.h234 #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/
DGregs.c29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
DGresume.c69 if (tdep_access_reg (c, reg, &val, 0) >= 0) in establish_machine_state()
/third_party/libunwind/src/arm/
DGregs.c28 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
/third_party/libunwind/src/sh/
DGregs.c29 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/
Dlibunwind_i.h209 #define tdep_access_reg UNW_OBJ(access_reg) macro
251 extern int tdep_access_reg (struct cursor *c,
/third_party/libunwind/src/riscv/
DGregs.c29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
/third_party/libunwind/src/mips/
DGregs.c30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
/third_party/libunwind/src/ppc32/
DGregs.c31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
/third_party/libunwind/src/hppa/
DGregs.c29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg() function
/third_party/libunwind/src/ppc64/
DGresume.c89 if (tdep_access_reg (c, reg, &val, 0) >= 0) in establish_machine_state()
/third_party/libunwind/src/aarch64/
DGregs.c30 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/
Dlibunwind_i.h239 #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/
Dlibunwind_i.h260 #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/
DGresume.c57 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/
Dlibunwind_i.h240 #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/
Dlibunwind_i.h262 #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/
Dlibunwind_i.h267 #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/
Dlibunwind_i.h214 #define tdep_access_reg UNW_OBJ(access_reg) macro
254 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,

12