Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.h159 extern int gdbarch_double_bit (struct gdbarch *gdbarch);
165 #define TARGET_DOUBLE_BIT (gdbarch_double_bit (current_gdbarch))
H A Dgdbtypes.c3414 = build_flt (gdbarch_double_bit (gdbarch), "double", in gdbtypes_post_init()
3423 = build_complex (gdbarch_double_bit (gdbarch), "double complex", in gdbtypes_post_init()
H A Dgdbarch.c1783 gdbarch_double_bit (struct gdbarch *gdbarch) in gdbarch_double_bit() function