Searched refs:unw_get_fpreg_p (Results 1 – 1 of 1) sorted by relevance
50 static int (*unw_get_fpreg_p) (unw_cursor_t *, unw_regnum_t, unw_fpreg_t *); variable273 ret = unw_get_fpreg_p (&cache->cursor, uw_regnum, &fpval); in libunwind_frame_prev_register()343 unw_get_fpreg_p = dlsym (handle, get_fpreg_name); in libunwind_load()344 if (unw_get_fpreg_p == NULL) in libunwind_load()