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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-libunwind-tdep.c63 typedef int (unw_get_reg_p_ftype) (unw_cursor_t *, unw_regnum_t, unw_word_t *); typedef
64 static unw_get_reg_p_ftype *unw_get_reg_p;
529 unw_get_reg_p = (unw_get_reg_p_ftype *) dlsym (handle, get_reg_name);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-libunwind-tdep.c62 typedef int (unw_get_reg_p_ftype) (unw_cursor_t *, unw_regnum_t, unw_word_t *); typedef
63 static unw_get_reg_p_ftype *unw_get_reg_p;
520 unw_get_reg_p = (unw_get_reg_p_ftype *) dlsym (handle, get_reg_name);

Completed in 269 milliseconds