Home
last modified time | relevance | path

Searched refs:arch_integer_type (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgo-lang.c615 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 0, "int"); in build_go_types()
617 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 1, "uint"); in build_go_types()
619 = arch_integer_type (gdbarch, gdbarch_ptr_bit (gdbarch), 1, "uintptr"); in build_go_types()
621 = arch_integer_type (gdbarch, 8, 0, "int8"); in build_go_types()
623 = arch_integer_type (gdbarch, 16, 0, "int16"); in build_go_types()
625 = arch_integer_type (gdbarch, 32, 0, "int32"); in build_go_types()
627 = arch_integer_type (gdbarch, 64, 0, "int64"); in build_go_types()
629 = arch_integer_type (gdbarch, 8, 1, "uint8"); in build_go_types()
631 = arch_integer_type (gdbarch, 16, 1, "uint16"); in build_go_types()
633 = arch_integer_type (gdbarch, 32, 1, "uint32"); in build_go_types()
[all …]
H A Dopencl-lang.c1176 = arch_integer_type (gdbarch, 8, 0, "char"); in build_opencl_types()
1179 = arch_integer_type (gdbarch, 8, 1, "uchar"); in build_opencl_types()
1182 = arch_integer_type (gdbarch, 16, 0, "short"); in build_opencl_types()
1185 = arch_integer_type (gdbarch, 16, 1, "ushort"); in build_opencl_types()
1188 = arch_integer_type (gdbarch, 32, 0, "int"); in build_opencl_types()
1191 = arch_integer_type (gdbarch, 32, 1, "uint"); in build_opencl_types()
1194 = arch_integer_type (gdbarch, 64, 0, "long"); in build_opencl_types()
1197 = arch_integer_type (gdbarch, 64, 1, "ulong"); in build_opencl_types()
1211 = arch_integer_type (gdbarch, 8, 1, "unsigned char"); in build_opencl_types()
1213 = arch_integer_type (gdbarch, 16, 1, "unsigned short"); in build_opencl_types()
[all …]
H A Dgdbtypes.c3577 arch_integer_type (struct gdbarch *gdbarch, in arch_integer_type() function
3806 = arch_integer_type (gdbarch, TARGET_CHAR_BIT, in gdbtypes_post_init()
3809 = arch_integer_type (gdbarch, TARGET_CHAR_BIT, in gdbtypes_post_init()
3812 = arch_integer_type (gdbarch, TARGET_CHAR_BIT, in gdbtypes_post_init()
3815 = arch_integer_type (gdbarch, gdbarch_short_bit (gdbarch), in gdbtypes_post_init()
3818 = arch_integer_type (gdbarch, gdbarch_short_bit (gdbarch), in gdbtypes_post_init()
3821 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), in gdbtypes_post_init()
3824 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), in gdbtypes_post_init()
3827 = arch_integer_type (gdbarch, gdbarch_long_bit (gdbarch), in gdbtypes_post_init()
3830 = arch_integer_type (gdbarch, gdbarch_long_bit (gdbarch), in gdbtypes_post_init()
[all …]
H A Df-lang.c288 = arch_integer_type (gdbarch, TARGET_CHAR_BIT, 0, "character"); in build_fortran_types()
294 = arch_integer_type (gdbarch, gdbarch_short_bit (gdbarch), 0, in build_fortran_types()
306 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 0, in build_fortran_types()
H A Dm2-lang.c405 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 0, "INTEGER"); in build_m2_types()
407 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), 1, "CARDINAL"); in build_m2_types()
H A Djv-lang.c1209 = arch_integer_type (gdbarch, 32, 0, "int"); in build_java_types()
1211 = arch_integer_type (gdbarch, 16, 0, "short"); in build_java_types()
1213 = arch_integer_type (gdbarch, 64, 0, "long"); in build_java_types()
1215 = arch_integer_type (gdbarch, 8, 0, "byte"); in build_java_types()
H A Dgnu-v3-abi.c118 = arch_integer_type (arch, gdbarch_ptr_bit (arch), 0, "ptrdiff_t"); in build_gdb_vtable_type()
H A Dgdbtypes.h1440 extern struct type *arch_integer_type (struct gdbarch *, int, int, char *);
H A Dada-lang.c12648 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), in ada_language_arch_info()
12651 = arch_integer_type (gdbarch, gdbarch_long_bit (gdbarch), in ada_language_arch_info()
12654 = arch_integer_type (gdbarch, gdbarch_short_bit (gdbarch), in ada_language_arch_info()
12658 = arch_integer_type (gdbarch, TARGET_CHAR_BIT, 0, "character"); in ada_language_arch_info()
12666 = arch_integer_type (gdbarch, gdbarch_long_long_bit (gdbarch), in ada_language_arch_info()
12672 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), in ada_language_arch_info()
12675 = arch_integer_type (gdbarch, gdbarch_int_bit (gdbarch), in ada_language_arch_info()
H A Ddwarf2expr.c84 = arch_integer_type (ctx->gdbarch, in dwarf_expr_address_type()