Home
last modified time | relevance | path

Searched refs:gdbarch_double_format (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.h168 extern const struct floatformat * gdbarch_double_format (struct gdbarch *gdbarch);
174 #define TARGET_DOUBLE_FORMAT (gdbarch_double_format (current_gdbarch))
Dgdbtypes.c3415 gdbarch_double_format (gdbarch)); in gdbtypes_post_init()
Dgdbarch.c1800 gdbarch_double_format (struct gdbarch *gdbarch) in gdbarch_double_format() function