HomeSort by relevance Sort by last modified time
    Searched refs:tdep_access_reg (Results 1 - 25 of 29) sorted by null

1 2

  /external/libunwind/src/mi/
Gget_reg.c 40 return tdep_access_reg (c, regnum, valp, 0);
Gset_reg.c 33 return tdep_access_reg (c, regnum, &valp, 1);
  /external/libunwind/src/arm/
Gregs.c 28 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, function
Gresume.c 133 if (tdep_access_reg (c, reg, &val, 0) >= 0)
  /external/libunwind/src/sh/
Gregs.c 29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, function
Gresume.c 140 if (tdep_access_reg (c, reg, &val, 0) >= 0)
  /external/libunwind/src/aarch64/
Gregs.c 30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, function
  /external/libunwind/src/hppa/
Gregs.c 29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, function
Gresume.c 117 if (tdep_access_reg (c, reg, &val, 0) >= 0)
  /external/libunwind/src/mips/
Gregs.c 30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, function
  /external/libunwind/src/ppc32/
Gregs.c 31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, function
  /external/libunwind/src/ppc64/
Gregs.c 31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, function
  /external/libunwind/src/x86/
Gresume.c 62 if (tdep_access_reg (c, reg, &val, 0) >= 0)
Gregs.c 39 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, function
  /external/libunwind/src/x86_64/
Gresume.c 94 if (tdep_access_reg (c, reg, &val, 0) >= 0)
Gregs.c 65 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, function
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 236 #define tdep_access_reg UNW_OBJ(access_reg) macro
276 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
  /external/libunwind/include/tdep-x86_64/
libunwind_i.h 195 #define tdep_access_reg UNW_OBJ(access_reg) macro
243 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
  /external/libunwind/include/tdep-aarch64/
libunwind_i.h 270 #define tdep_access_reg UNW_OBJ(access_reg) macro
310 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
  /external/libunwind/include/tdep-arm/
libunwind_i.h 258 #define tdep_access_reg UNW_OBJ(access_reg) macro
303 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
  /external/libunwind/include/tdep-hppa/
libunwind_i.h 253 #define tdep_access_reg UNW_OBJ(access_reg) macro
293 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
  /external/libunwind/include/tdep-mips/
libunwind_i.h 310 #define tdep_access_reg UNW_OBJ(access_reg) macro
349 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
  /external/libunwind/include/tdep-ppc32/
libunwind_i.h 269 #define tdep_access_reg UNW_OBJ(access_reg) macro
314 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
  /external/libunwind/include/tdep-ppc64/
libunwind_i.h 269 #define tdep_access_reg UNW_OBJ(access_reg) macro
314 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,
  /external/libunwind/include/tdep-sh/
libunwind_i.h 254 #define tdep_access_reg UNW_OBJ(access_reg) macro
294 extern int tdep_access_reg (struct cursor *c, unw_regnum_t reg,

Completed in 357 milliseconds

1 2