Home
last modified time | relevance | path

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

123

/third_party/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()
/third_party/libunwind/include/
Dlibunwind-common.h95 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,
209 unw_regnum_t regnum; /* valid if type==UNW_SLT_REG */
272 extern const char *unw_regname(unw_regnum_t);
Dlibunwind-ptrace.h50 extern int _UPT_access_reg (unw_addr_space_t, unw_regnum_t, unw_word_t *,
52 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 *,
/third_party/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()
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()
Dunwind_i.h60 extern dwarf_loc_t x86_scratch_loc (struct cursor *c, unw_regnum_t reg);
61 extern dwarf_loc_t x86_get_scratch_loc (struct cursor *c, unw_regnum_t reg);
/third_party/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()
78 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/third_party/libunwind/src/tilegx/
Dregname.c49 unw_regname (unw_regnum_t reg) in unw_regname()
51 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()
71 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/third_party/libunwind/src/riscv/
Dregname.c53 unw_regname (unw_regnum_t reg) in unw_regname()
55 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()
77 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/third_party/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()
/third_party/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()
101 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/third_party/libunwind/src/s390x/
Dregname.c51 unw_regname (unw_regnum_t reg) in unw_regname()
53 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
DGregs.c32 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp, in tdep_access_reg()
82 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/third_party/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()
76 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp, in tdep_access_fpreg()
/third_party/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()
/third_party/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()

123