Home
last modified time | relevance | path

Searched refs:gdbarch_float_bit (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.h141 extern int gdbarch_float_bit (struct gdbarch *gdbarch);
147 #define TARGET_FLOAT_BIT (gdbarch_float_bit (current_gdbarch))
H A Dgdbtypes.c3411 = build_flt (gdbarch_float_bit (gdbarch), "float", in gdbtypes_post_init()
3420 = build_complex (gdbarch_float_bit (gdbarch), "complex", in gdbtypes_post_init()
H A Dgdbarch.c1750 gdbarch_float_bit (struct gdbarch *gdbarch) in gdbarch_float_bit() function