Searched refs:unw_get_reg_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-libunwind-tdep.c64 static unw_get_reg_p_ftype *unw_get_reg_p; variable
225 ret = unw_get_reg_p (&cache->cursor, uw_sp_regnum, &fp);
372 ret = unw_get_reg_p (&cache->cursor, uw_regnum, &intval);
485 ret = unw_get_reg_p (&cursor, uw_regnum, &intval);
529 unw_get_reg_p = (unw_get_reg_p_ftype *) dlsym (handle, get_reg_name);
530 if (unw_get_reg_p == NULL)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-libunwind-tdep.c63 static unw_get_reg_p_ftype *unw_get_reg_p; variable
216 ret = unw_get_reg_p (&cache->cursor, uw_sp_regnum, &fp);
363 ret = unw_get_reg_p (&cache->cursor, uw_regnum, &intval);
476 ret = unw_get_reg_p (&cursor, uw_regnum, &intval);
520 unw_get_reg_p = (unw_get_reg_p_ftype *) dlsym (handle, get_reg_name);
521 if (unw_get_reg_p == NULL)

Completed in 254 milliseconds