/external/libunwind_llvm/include/ |
D | libunwind.h | 74 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/ |
D | Gregs.c | 32 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()
|
D | regname.c | 50 unw_regname (unw_regnum_t reg) in unw_regname() 52 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
|
/external/libunwind/include/ |
D | libunwind-common.h | 101 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);
|
D | libunwind-ptrace.h | 49 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 *,
|
D | libunwind-coredump.h | 59 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/ |
D | libunwind.cpp | 159 _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/ |
D | regname.c | 84 unw_regname (unw_regnum_t reg) in unw_regname() 86 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
|
D | Gregs.c | 28 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/ |
D | regname.c | 21 unw_regname (unw_regnum_t reg) in unw_regname() 23 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
|
D | unwind_i.h | 59 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);
|
D | Gregs.c | 30 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()
|
D | Gresume.c | 37 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/ |
D | regname.c | 44 unw_regname (unw_regnum_t reg) in unw_regname() 46 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
|
D | Gregs.c | 29 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/ |
D | regname.c | 40 unw_regname (unw_regnum_t reg) in unw_regname() 42 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
|
D | Gregs.c | 30 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.c | 31 _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/ |
D | regname.c | 50 unw_regname (unw_regnum_t reg) in unw_regname() 52 if (reg < (unw_regnum_t) ARRAY_SIZE (regname) && regname[reg] != NULL) in unw_regname()
|
D | Gregs.c | 29 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/ |
D | regname.c | 106 unw_regname (unw_regnum_t reg) in unw_regname() 108 if (reg < (unw_regnum_t) ARRAY_SIZE (regname)) in unw_regname()
|
D | Gregs.c | 31 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/ |
D | regname.c | 100 unw_regname (unw_regnum_t reg) in unw_regname() 102 if (reg < (unw_regnum_t) ARRAY_SIZE (regname) && regname[reg] != NULL) in unw_regname()
|
D | Gregs.c | 30 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/ |
D | Gregs.c | 31 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()
|