Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.h1956 extern const struct floatformat * gdbarch_float_format (struct gdbarch *gdbarch);
1962 #define TARGET_FLOAT_FORMAT (gdbarch_float_format (current_gdbarch))
H A Dgdbarch.c4849 gdbarch_float_format (struct gdbarch *gdbarch) in gdbarch_float_format() function