Searched refs:gdbarch_floatformat_for_type_ftype (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h212 typedef const struct floatformat ** (gdbarch_floatformat_for_type_ftype) (struct gdbarch *gdbarch, const char *name, int length); typedef in typeref:struct:gdbarch_floatformat_for_type_ftype
214 extern void set_gdbarch_floatformat_for_type (struct gdbarch *gdbarch, gdbarch_floatformat_for_type_ftype *floatformat_for_type);
H A Dgdbarch.c181 gdbarch_floatformat_for_type_ftype *floatformat_for_type;
1847 gdbarch_floatformat_for_type_ftype floatformat_for_type)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h121 typedef const struct floatformat ** (gdbarch_floatformat_for_type_ftype) (struct gdbarch *gdbarch, const char *name, int length); typedef in typeref:struct:gdbarch_floatformat_for_type_ftype
123 extern void set_gdbarch_floatformat_for_type (struct gdbarch *gdbarch, gdbarch_floatformat_for_type_ftype *floatformat_for_type);
H A Dgdbarch.c71 gdbarch_floatformat_for_type_ftype *floatformat_for_type = default_floatformat_for_type;
1685 gdbarch_floatformat_for_type_ftype floatformat_for_type)

Completed in 240 milliseconds