Home | History | Annotate | Download | only in gdb

Lines Matching refs:TARGET_CHAR_BIT

1477   tdep->void_type = alloc.new_type (TYPE_CODE_VOID, TARGET_CHAR_BIT, "void");
1479 tdep->pc_type = init_pointer_type (alloc, 4 * TARGET_CHAR_BIT, NULL,
1482 set_gdbarch_short_bit (gdbarch, 2 * TARGET_CHAR_BIT);
1483 set_gdbarch_int_bit (gdbarch, 2 * TARGET_CHAR_BIT);
1484 set_gdbarch_long_bit (gdbarch, 4 * TARGET_CHAR_BIT);
1485 set_gdbarch_long_long_bit (gdbarch, 8 * TARGET_CHAR_BIT);
1486 set_gdbarch_ptr_bit (gdbarch, 2 * TARGET_CHAR_BIT);
1489 set_gdbarch_wchar_bit (gdbarch, 2 * TARGET_CHAR_BIT);
1492 set_gdbarch_float_bit (gdbarch, 4 * TARGET_CHAR_BIT);
1493 set_gdbarch_double_bit (gdbarch, 4 * TARGET_CHAR_BIT);
1494 set_gdbarch_long_double_bit (gdbarch, 4 * TARGET_CHAR_BIT);