Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDgdbarch.c154 const struct floatformat ** long_double_format; member
622 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() argument
1696 gdbarch->long_double_format = long_double_format; in set_gdbarch_long_double_format()
HDgdbarch.h174 …barch_long_double_format (struct gdbarch *gdbarch, const struct floatformat ** long_double_format);