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

/openbsd-current/gnu/llvm/libunwind/src/
H A Dlibunwind_ext.h29 extern int __unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *);
30 extern int __unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *);
31 extern int __unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t);
32 extern int __unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t);
40 extern const char *__unw_regname(unw_cursor_t *, unw_regnum_t);
42 extern int __unw_is_fpreg(unw_cursor_t *, unw_regnum_t);
H A Dlibunwind.cpp98 _LIBUNWIND_HIDDEN int __unw_get_reg(unw_cursor_t *cursor, unw_regnum_t regNum,
113 _LIBUNWIND_HIDDEN int __unw_set_reg(unw_cursor_t *cursor, unw_regnum_t regNum,
145 _LIBUNWIND_HIDDEN int __unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum,
160 _LIBUNWIND_HIDDEN int __unw_set_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum,
236 unw_regnum_t regNum) {
246 unw_regnum_t regNum) {
H A DUnwind-EHABI.cpp920 return __unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno),
936 return __unw_set_fpreg(cursor, (unw_regnum_t)(UNW_ARM_D0 + regno),
944 return __unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_WC0 + regno),
951 return __unw_set_fpreg(cursor, (unw_regnum_t)(UNW_ARM_WR0 + regno),
964 return __unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_RA_AUTH_CODE),
983 return __unw_get_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno),
999 return __unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_D0 + regno),
1007 return __unw_get_reg(cursor, (unw_regnum_t)(UNW_ARM_WC0 + regno),
1014 return __unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_WR0 + regno),
1027 return __unw_get_reg(cursor, (unw_regnum_t)(UNW_ARM_RA_AUTH_COD
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dlibunwind-frame.c49 static int (*unw_get_reg_p) (unw_cursor_t *, unw_regnum_t, unw_word_t *);
50 static int (*unw_get_fpreg_p) (unw_cursor_t *, unw_regnum_t, unw_fpreg_t *);
51 static int (*unw_get_saveloc_p) (unw_cursor_t *, unw_regnum_t, unw_save_loc_t *);
130 unw_regnum_t uw_sp_regnum;
245 unw_regnum_t uw_regnum;
H A Dia64-tdep.c2177 ia64_access_reg (unw_addr_space_t as, unw_regnum_t uw_regnum, unw_word_t *val,
2291 ia64_access_fpreg (unw_addr_space_t as, unw_regnum_t uw_regnum, unw_fpreg_t *val,
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h82 typedef int unw_regnum_t; typedef
112 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;
113 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
114 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;
115 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
127 extern const char *unw_regname(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;
129 extern int unw_is_fpreg(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;

Completed in 93 milliseconds