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

/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdbarch.h1974 extern const struct floatformat * gdbarch_long_double_format (struct gdbarch *gdbarch);
1980 #define TARGET_LONG_DOUBLE_FORMAT (gdbarch_long_double_format (current_gdbarch))
H A Dgdbarch.c4881 gdbarch_long_double_format (struct gdbarch *gdbarch) function
4885 fprintf_unfiltered (gdb_stdlog, "gdbarch_long_double_format called\n");

Completed in 132 milliseconds