Home
last modified time | relevance | path

Searched refs:unw_get_fpreg_p (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dlibunwind-frame.c50 static int (*unw_get_fpreg_p) (unw_cursor_t *, unw_regnum_t, unw_fpreg_t *); variable
293 ret = unw_get_fpreg_p (&cache->cursor, uw_regnum, &fpval); in libunwind_frame_prev_register()
421 ret = unw_get_fpreg_p (&cursor, uw_regnum, &fpval); in libunwind_get_reg_special()
454 unw_get_fpreg_p = dlsym (handle, get_fpreg_name); in libunwind_load()
455 if (unw_get_fpreg_p == NULL) in libunwind_load()