Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbarch.h159 extern int gdbarch_double_bit (struct gdbarch *gdbarch);
165 #define TARGET_DOUBLE_BIT (gdbarch_double_bit (current_gdbarch))
Dgdbtypes.c3405 = build_flt (gdbarch_double_bit (gdbarch), "double", in gdbtypes_post_init()
3414 = build_complex (gdbarch_double_bit (gdbarch), "double complex", in gdbtypes_post_init()
Dgdbarch.c1794 gdbarch_double_bit (struct gdbarch *gdbarch) in gdbarch_double_bit() function