Searched refs:long_double_format (Results 1 – 2 of 2) sorted by relevance
154 const struct floatformat ** long_double_format; member622 if (gdbarch->long_double_format == 0) in verify_gdbarch()623 gdbarch->long_double_format = floatformats_ieee_double; in verify_gdbarch()1103 pformat (gdbarch->long_double_format)); in gdbarch_dump()1689 return gdbarch->long_double_format; in gdbarch_long_double_format()1694 const struct floatformat ** long_double_format) in set_gdbarch_long_double_format() argument1696 gdbarch->long_double_format = long_double_format; in set_gdbarch_long_double_format()
174 …barch_long_double_format (struct gdbarch *gdbarch, const struct floatformat ** long_double_format);