Searched refs:gdbarch_double_bit (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | f-lang.c | 317 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in build_fortran_types()
|
H A D | doublest.c | 804 else if (len * TARGET_CHAR_BIT == gdbarch_double_bit (gdbarch)) in floatformat_from_length()
|
H A D | mdebugread.c | 1430 gdbarch_double_bit (gdbarch) / TARGET_CHAR_BIT, 0, in basic_type() 1443 2 * gdbarch_double_bit (gdbarch) / TARGET_CHAR_BIT, 0, in basic_type() 1459 gdbarch_double_bit (gdbarch) / TARGET_CHAR_BIT, 0, in basic_type()
|
H A D | ada-lex.c | 2641 if (sizeof(DOUBLEST) >= gdbarch_double_bit (parse_gdbarch) in processReal()
|
H A D | eval.c | 503 if (TYPE_LENGTH (type1) * 8 > gdbarch_double_bit (gdbarch) in binop_promote() 504 || TYPE_LENGTH (type2) * 8 > gdbarch_double_bit (gdbarch)) in binop_promote()
|
H A D | gdbtypes.c | 3842 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in gdbtypes_post_init() 4005 gdbarch_double_bit (gdbarch) / TARGET_CHAR_BIT, in objfile_type()
|
H A D | gdbarch.h | 164 extern int gdbarch_double_bit (struct gdbarch *gdbarch);
|
H A D | target-descriptions.c | 985 else if (reg->bitsize == gdbarch_double_bit (gdbarch)) in tdesc_register_type()
|
H A D | gdbarch.c | 1634 gdbarch_double_bit (struct gdbarch *gdbarch) in gdbarch_double_bit() function
|
H A D | ada-lang.c | 12663 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in ada_language_arch_info() 12669 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in ada_language_arch_info()
|
/dflybsd-src/gnu/usr.bin/gdb/gdb/ |
H A D | ada-lex.c | 2641 if (sizeof(DOUBLEST) >= gdbarch_double_bit (parse_gdbarch) in processReal()
|