Searched refs:floatformat_for_type (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c181 gdbarch_floatformat_for_type_ftype *floatformat_for_type; member in struct:gdbarch
395 gdbarch->floatformat_for_type = default_floatformat_for_type;
547 /* Skip verify of floatformat_for_type, invalid_p == 0 */
1018 "gdbarch_dump: floatformat_for_type = <%s>\n",
1019 host_address_to_string (gdbarch->floatformat_for_type));
1839 gdb_assert (gdbarch->floatformat_for_type != NULL);
1842 return gdbarch->floatformat_for_type (gdbarch, name, length);
1847 gdbarch_floatformat_for_type_ftype floatformat_for_type)
1849 gdbarch->floatformat_for_type = floatformat_for_type;
1846 set_gdbarch_floatformat_for_type(struct gdbarch *gdbarch, gdbarch_floatformat_for_type_ftype floatformat_for_type) argument
[all...]
H A Dgdbarch.h214 extern void set_gdbarch_floatformat_for_type (struct gdbarch *gdbarch, gdbarch_floatformat_for_type_ftype *floatformat_for_type);
H A Dgdbarch.sh354 m;const struct floatformat **;floatformat_for_type;const char *name, int length;name, length;0;default_floatformat_for_type;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c71 gdbarch_floatformat_for_type_ftype *floatformat_for_type = default_floatformat_for_type; member in struct:gdbarch
319 /* Skip verify of floatformat_for_type, invalid_p == 0 */
600 "gdbarch_dump: floatformat_for_type = <%s>\n",
601 host_address_to_string (gdbarch->floatformat_for_type));
1677 gdb_assert (gdbarch->floatformat_for_type != NULL);
1680 return gdbarch->floatformat_for_type (gdbarch, name, length);
1685 gdbarch_floatformat_for_type_ftype floatformat_for_type)
1687 gdbarch->floatformat_for_type = floatformat_for_type;
1684 set_gdbarch_floatformat_for_type(struct gdbarch *gdbarch, gdbarch_floatformat_for_type_ftype floatformat_for_type) argument
H A Dgdbarch-gen.h123 extern void set_gdbarch_floatformat_for_type (struct gdbarch *gdbarch, gdbarch_floatformat_for_type_ftype *floatformat_for_type);

Completed in 215 milliseconds