Home
last modified time | relevance | path

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

/freebsd-12.1/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) in gdbarch_long_double_format() function