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

1 2 3

  /external/libunwind/src/arm/
regname.c 84 unw_regname (unw_regnum_t reg)
86 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
Gregs.c 28 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/
regname.c 44 unw_regname (unw_regnum_t reg)
46 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
unwind_i.h 44 extern dwarf_loc_t hppa_scratch_loc (struct cursor *c, unw_regnum_t reg);
Gregs.c 29 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/
regname.c 40 unw_regname (unw_regnum_t reg)
42 if (reg < (unw_regnum_t) ARRAY_SIZE (regname))
Gregs.c 30 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,