HomeSort by: relevance | last modified time | path
    Searched defs:unw_get_reg_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ia64-libunwind-tdep.c 62 static unw_get_reg_p_ftype *unw_get_reg_p; variable
215 ret = unw_get_reg_p (&cache->cursor, uw_sp_regnum, &fp);
362 ret = unw_get_reg_p (&cache->cursor, uw_regnum, &intval);
475 ret = unw_get_reg_p (&cursor, uw_regnum, &intval);
519 unw_get_reg_p = (unw_get_reg_p_ftype *) dlsym (handle, get_reg_name);
520 if (unw_get_reg_p == NULL)
  /src/external/gpl3/gdb/dist/gdb/
ia64-libunwind-tdep.c 62 static unw_get_reg_p_ftype *unw_get_reg_p; variable
215 ret = unw_get_reg_p (&cache->cursor, uw_sp_regnum, &fp);
362 ret = unw_get_reg_p (&cache->cursor, uw_regnum, &intval);
475 ret = unw_get_reg_p (&cursor, uw_regnum, &intval);
519 unw_get_reg_p = (unw_get_reg_p_ftype *) dlsym (handle, get_reg_name);
520 if (unw_get_reg_p == NULL)

Completed in 17 milliseconds