Home
last modified time | relevance | path

Searched refs:unw_regnum_t (Results 1 – 25 of 64) sorted by relevance

123

/external/libunwind_llvm/include/
Dlibunwind.h74 typedef int unw_regnum_t; typedef
105 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;
106 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
107 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;
108 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
117 extern const char *unw_regname(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;
119 extern int unw_is_fpreg(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;
/external/libunwind/src/x86_64/
DGregs.c32 linux_scratch_loc (struct cursor *c, unw_regnum_t reg)
55 x86_64_scratch_loc (struct cursor *c, unw_regnum_t reg)
65 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg()
134 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
Dregname.c50 unw_regname (unw_regnum_t reg) in unw_regname()
52 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
/external/libunwind/include/
Dlibunwind-common.h101 typedef int unw_regnum_t; typedef
180 int (*access_reg) (unw_addr_space_t, unw_regnum_t, unw_word_t *, int,
184 int (*access_fpreg) (unw_addr_space_t, unw_regnum_t,
212 unw_regnum_t regnum; /* valid if type==UNW_SLT_REG */
272 extern const char *unw_regname (unw_regnum_t);
Dlibunwind-ptrace.h49 extern int _UPT_access_reg (unw_addr_space_t, unw_regnum_t, unw_word_t *,
51 extern int _UPT_access_fpreg (unw_addr_space_t, unw_regnum_t, unw_fpreg_t *,
Dlibunwind-coredump.h59 extern int _UCD_access_reg (unw_addr_space_t, unw_regnum_t, unw_word_t *,
61 extern int _UCD_access_fpreg (unw_addr_space_t, unw_regnum_t, unw_fpreg_t *,
/external/libunwind_llvm/src/
Dlibunwind.cpp159 _LIBUNWIND_EXPORT int unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_reg()
174 _LIBUNWIND_EXPORT int unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_reg()
193 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_fpreg()
208 _LIBUNWIND_EXPORT int unw_set_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_fpreg()
272 _LIBUNWIND_EXPORT int unw_is_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum) { in unw_is_fpreg()
282 unw_regnum_t regNum) { in unw_regname()
/external/libunwind/src/arm/
Dregname.c84 unw_regname (unw_regnum_t reg) in unw_regname()
86 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
DGregs.c28 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg()
76 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/external/libunwind/src/x86/
Dregname.c21 unw_regname (unw_regnum_t reg) in unw_regname()
23 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
Dunwind_i.h59 extern dwarf_loc_t x86_scratch_loc (struct cursor *c, unw_regnum_t reg);
60 extern dwarf_loc_t x86_get_scratch_loc (struct cursor *c, unw_regnum_t reg);
DGregs.c30 x86_scratch_loc (struct cursor *c, unw_regnum_t reg) in x86_scratch_loc()
39 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg()
122 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
DGresume.c37 int (*access_reg) (unw_addr_space_t, unw_regnum_t, unw_word_t *, in establish_machine_state()
39 int (*access_fpreg) (unw_addr_space_t, unw_regnum_t, unw_fpreg_t *, in establish_machine_state()
/external/libunwind/src/hppa/
Dregname.c44 unw_regname (unw_regnum_t reg) in unw_regname()
46 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
DGregs.c29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg()
73 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/external/libunwind/src/mips/
Dregname.c40 unw_regname (unw_regnum_t reg) in unw_regname()
42 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
DGregs.c30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg()
98 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/external/libunwind/src/ptrace/
D_UPT_access_fpreg.c31 _UPT_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, in _UPT_access_fpreg()
75 _UPT_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, in _UPT_access_fpreg()
110 _UPT_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, in _UPT_access_fpreg()
/external/libunwind/src/sh/
Dregname.c50 unw_regname (unw_regnum_t reg) in unw_regname()
52 if (reg < (unw_regnum_t) ARRAY_SIZE (regname) && regname[reg] != NULL) in unw_regname()
DGregs.c29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg()
74 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/external/libunwind/src/ppc32/
Dregname.c106 unw_regname (unw_regnum_t reg) in unw_regname()
108 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
DGregs.c31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg()
74 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/external/libunwind/src/aarch64/
Dregname.c100 unw_regname (unw_regnum_t reg) in unw_regname()
102 if (reg < (unw_regnum_t) ARRAY_SIZE (regname) && regname[reg] != NULL) in unw_regname()
DGregs.c30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg()
108 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/external/libunwind/src/ppc64/
DGregs.c31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg()
75 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()

123