Home
last modified time | relevance | path

Searched refs:gdbarch_long_double_bit (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Df-lang.c320 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in build_fortran_types()
H A Ddoublest.c807 else if (len * TARGET_CHAR_BIT == gdbarch_long_double_bit (gdbarch)) in floatformat_from_length()
H A Dada-lex.c2644 if (sizeof(DOUBLEST) >= gdbarch_long_double_bit (parse_gdbarch) in processReal()
H A Dgdbtypes.c3845 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in gdbtypes_post_init()
4011 gdbarch_long_double_bit (gdbarch) / TARGET_CHAR_BIT, in objfile_type()
H A Dgdbarch.h170 extern int gdbarch_long_double_bit (struct gdbarch *gdbarch);
H A Dtarget-descriptions.c987 else if (reg->bitsize == gdbarch_long_double_bit (gdbarch)) in tdesc_register_type()
H A Dgdbarch.c1667 gdbarch_long_double_bit (struct gdbarch *gdbarch) in gdbarch_long_double_bit() function
/dflybsd-src/gnu/usr.bin/gdb/gdb/
H A Dada-lex.c2644 if (sizeof(DOUBLEST) >= gdbarch_long_double_bit (parse_gdbarch) in processReal()