Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.h168 extern int gdbarch_long_double_bit (struct gdbarch *gdbarch);
174 #define TARGET_LONG_DOUBLE_BIT (gdbarch_long_double_bit (current_gdbarch))
H A Dgdbarch.c2583 gdbarch_long_double_bit (struct gdbarch *gdbarch) in gdbarch_long_double_bit() function