Searched refs:unw_regnum_t (Results 1 - 25 of 65) sorted by relevance

123

/external/libunwind/src/arm/
H A Dregname.c84 unw_regname (unw_regnum_t reg)
86 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
H A DGregs.c28 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
76 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
/external/libunwind/src/hppa/
H A Dregname.c44 unw_regname (unw_regnum_t reg)
46 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
H A Dunwind_i.h44 extern dwarf_loc_t hppa_scratch_loc (struct cursor *c, unw_regnum_t reg);
H A DGregs.c29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
73 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
/external/libunwind/src/mips/
H A Dregname.c40 unw_regname (unw_regnum_t reg)
42 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
H A DGregs.c30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
98 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
/external/libunwind/src/x86/
H A Dregname.c21 unw_regname (unw_regnum_t reg)
23 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
H A 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);
/external/libunwind/src/x86_64/
H A Dregname.c50 unw_regname (unw_regnum_t reg)
52 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
H A 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,
134 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
/external/libunwind/src/coredump/
H A D_UPT_access_fpreg.c28 _UCD_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
/external/libunwind/src/ia64/
H A Dregname.c183 unw_regname (unw_regnum_t reg)
/external/libunwind/src/sh/
H A Dregname.c50 unw_regname (unw_regnum_t reg)
52 if (reg < (unw_regnum_t) ARRAY_SIZE (regname) && regname[reg] != NULL)
H A DGregs.c29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
74 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
/external/libunwind/include/
H A 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 *,
H A 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/src/aarch64/
H A Dregname.c100 unw_regname (unw_regnum_t reg)
102 if (reg < (unw_regnum_t) ARRAY_SIZE (regname) && regname[reg] != NULL)
H A DGregs.c30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
108 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
/external/libunwind/src/ppc32/
H A Dregname.c106 unw_regname (unw_regnum_t reg)
108 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
H A DGregs.c31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
74 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
/external/libunwind/src/ppc64/
H A Dunwind_i.h49 extern dwarf_loc_t ppc64_scratch_loc (struct cursor *c, unw_regnum_t reg);
H A DGregs.c31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
75 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
H A Dregname.c158 unw_regname (unw_regnum_t reg)
160 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
/external/libunwind/src/ptrace/
H A D_UPT_access_fpreg.c31 _UPT_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
75 _UPT_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
110 _UPT_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,

Completed in 1011 milliseconds

123