Searched refs:gdbarch_float_bit (Results 1 – 3 of 3) sorted by relevance
141 extern int gdbarch_float_bit (struct gdbarch *gdbarch);147 #define TARGET_FLOAT_BIT (gdbarch_float_bit (current_gdbarch))
3411 = build_flt (gdbarch_float_bit (gdbarch), "float", in gdbtypes_post_init()3420 = build_complex (gdbarch_float_bit (gdbarch), "complex", in gdbtypes_post_init()
1750 gdbarch_float_bit (struct gdbarch *gdbarch) in gdbarch_float_bit() function