Searched refs:gdbarch_int_bit (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm2-lang.c451 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 0, "INTEGER");
453 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 1, "CARDINAL");
460 = arch_boolean_type (gdbarch, gdbarch_int_bit (gdbarch), 1, "BOOLEAN");
H A Dgo-lang.c659 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 0, "int");
661 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 1, "uint");
H A Df-exp.y784 (n >> gdbarch_int_bit (parse_gdbarch))
790 if ((gdbarch_int_bit (par_state->gdbarch ())
793 >> (gdbarch_int_bit (par_state->gdbarch ())-2))) /* Avoid
805 ((ULONGEST)1) << (gdbarch_int_bit (par_state->gdbarch ()) - 1);
H A Dwindows-tdep.c819 dword_type = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
827 code_enum = create_enum (gdbarch, gdbarch_int_bit (gdbarch),
H A Dgo-exp.y800 (which always produces a zero result). Sometimes gdbarch_int_bit
807 && (un >> (gdbarch_int_bit (par_state->gdbarch ()) - 2)) == 0)
810 = ((ULONGEST)1) << (gdbarch_int_bit (par_state->gdbarch ()) - 1);
H A Dlinux-tdep.c249 int_type = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
251 uint_type = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
290 int size_of_int = gdbarch_int_bit (gdbarch) / HOST_CHAR_BIT;
H A Di386-linux-tdep.c904 = gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT;
H A Dp-exp.y984 (which always produces a zero result). Sometimes gdbarch_int_bit
991 && (un >> (gdbarch_int_bit (par_state->gdbarch ()) - 2)) == 0)
994 = ((ULONGEST)1) << (gdbarch_int_bit (par_state->gdbarch ()) - 1);
H A Dctfread.c535 type = init_boolean_type (of, gdbarch_int_bit (gdbarch),
543 bits = gdbarch_int_bit (gdbarch);
H A Damd64-linux-tdep.c1922 = gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT;
2137 = gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT;
H A Dstabsread.c1093 < gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT
2900 == gdbarch_int_bit (gdbarch))
3620 TYPE_LENGTH (type) = gdbarch_int_bit (gdbarch) / HOST_CHAR_BIT;
4086 bits = gdbarch_int_bit (gdbarch);
H A Dgdbtypes.c5751 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
5754 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
5910 = init_integer_type (objfile, gdbarch_int_bit (gdbarch),
5913 = init_integer_type (objfile, gdbarch_int_bit (gdbarch),
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dm2-lang.c286 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 0, "INTEGER");
288 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 1, "CARDINAL");
295 = arch_boolean_type (gdbarch, gdbarch_int_bit (gdbarch), 1, "BOOLEAN");
H A Dgo-lang.c496 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 0, "int");
498 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 1, "uint");
H A Df-exp.y1094 (n >> gdbarch_int_bit (parse_gdbarch))
1101 if ((gdbarch_int_bit (par_state->gdbarch ())
1104 >> (gdbarch_int_bit (par_state->gdbarch ())-2))) /* Avoid
1114 bits_available = gdbarch_int_bit (par_state->gdbarch ());
H A Dwindows-tdep.c811 dword_type = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
819 code_enum = create_enum (gdbarch, gdbarch_int_bit (gdbarch),
H A Dlinux-tdep.c278 int_type = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
280 uint_type = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
319 int size_of_int = gdbarch_int_bit (gdbarch) / HOST_CHAR_BIT;
H A Dm2-exp.y660 int int_bits = gdbarch_int_bit (pstate->gdbarch ());
H A Di386-linux-tdep.c906 = gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT;
H A Dctfread.c569 type = init_boolean_type (of, gdbarch_int_bit (gdbarch),
577 bits = gdbarch_int_bit (gdbarch);
H A Damd64-linux-tdep.c1919 = gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT;
2134 = gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT;
H A Dstabsread.c1095 < gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT
2903 == gdbarch_int_bit (gdbarch))
3623 type->set_length (gdbarch_int_bit (gdbarch) / HOST_CHAR_BIT);
4090 bits = gdbarch_int_bit (gdbarch);
H A Df-lang.c1741 = arch_boolean_type (gdbarch, gdbarch_int_bit (gdbarch), 1, "logical*4");
1754 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 0, "integer*4");
H A Dgdbtypes.c6188 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
6191 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch),
6363 = init_integer_type (objfile, gdbarch_int_bit (gdbarch),
6366 = init_integer_type (objfile, gdbarch_int_bit (gdbarch),
H A Dgo-exp.y794 (which always produces a zero result). Sometimes gdbarch_int_bit
799 int int_bits = gdbarch_int_bit (par_state->gdbarch ());

Completed in 423 milliseconds

12