Searched refs:unw_set_fpreg (Results 1 – 8 of 8) sorted by relevance
/third_party/libunwind/doc/ |
D | Makefile.am | 24 unw_set_fpreg.man \ 51 unw_set_fpreg.tex \
|
D | NOTES | 37 unw_get_fpreg() and unw_set_fpreg() routines (on some arches, e.g.,
|
/third_party/libunwind/src/mi/ |
D | Gset_fpreg.c | 29 unw_set_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t val) in unw_set_fpreg() function
|
/third_party/libunwind/tests/ |
D | test-static-link-gen.c | 39 (void *) &unw_set_fpreg,
|
D | test-static-link-loc.c | 57 (void *) &unw_set_fpreg,
|
/third_party/libunwind/include/ |
D | libunwind-common.h | 251 #define unw_set_fpreg UNW_OBJ(set_fpreg) macro 287 extern int unw_set_fpreg(unw_cursor_t *, int, unw_fpreg_t);
|
D | libunwind-common.h.in | 253 #define unw_set_fpreg UNW_OBJ(set_fpreg) macro 285 extern int unw_set_fpreg (unw_cursor_t *, int, unw_fpreg_t);
|
/third_party/libunwind/ |
D | TODO | 96 + man-page for unw_set_fpreg()
|