Home
last modified time | relevance | path

Searched refs:init_integer_type (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dd-lang.c208 = init_integer_type (alloc, 8, 0, "byte"); in build_d_types()
210 = init_integer_type (alloc, 8, 1, "ubyte"); in build_d_types()
212 = init_integer_type (alloc, 16, 0, "short"); in build_d_types()
214 = init_integer_type (alloc, 16, 1, "ushort"); in build_d_types()
216 = init_integer_type (alloc, 32, 0, "int"); in build_d_types()
218 = init_integer_type (alloc, 32, 1, "uint"); in build_d_types()
220 = init_integer_type (alloc, 64, 0, "long"); in build_d_types()
222 = init_integer_type (alloc, 64, 1, "ulong"); in build_d_types()
224 = init_integer_type (alloc, 128, 0, "cent"); in build_d_types()
226 = init_integer_type (alloc, 128, 1, "ucent"); in build_d_types()
Dgo-lang.c516 = init_integer_type (alloc, gdbarch_int_bit (gdbarch), 0, "int"); in build_go_types()
518 = init_integer_type (alloc, gdbarch_int_bit (gdbarch), 1, "uint"); in build_go_types()
520 = init_integer_type (alloc, gdbarch_ptr_bit (gdbarch), 1, "uintptr"); in build_go_types()
522 = init_integer_type (alloc, 8, 0, "int8"); in build_go_types()
524 = init_integer_type (alloc, 16, 0, "int16"); in build_go_types()
526 = init_integer_type (alloc, 32, 0, "int32"); in build_go_types()
528 = init_integer_type (alloc, 64, 0, "int64"); in build_go_types()
530 = init_integer_type (alloc, 8, 1, "uint8"); in build_go_types()
532 = init_integer_type (alloc, 16, 1, "uint16"); in build_go_types()
534 = init_integer_type (alloc, 32, 1, "uint32"); in build_go_types()
[all …]
Dopencl-lang.c912 char_type = el_type = add (init_integer_type (alloc, 8, 0, "char")); in language_arch_info()
914 el_type = add (init_integer_type (alloc, 8, 1, "uchar")); in language_arch_info()
916 el_type = add (init_integer_type (alloc, 16, 0, "short")); in language_arch_info()
918 el_type = add (init_integer_type (alloc, 16, 1, "ushort")); in language_arch_info()
920 int_type = el_type = add (init_integer_type (alloc, 32, 0, "int")); in language_arch_info()
922 el_type = add (init_integer_type (alloc, 32, 1, "uint")); in language_arch_info()
924 el_type = add (init_integer_type (alloc, 64, 0, "long")); in language_arch_info()
926 el_type = add (init_integer_type (alloc, 64, 1, "ulong")); in language_arch_info()
936 add (init_integer_type (alloc, 8, 1, "unsigned char")); in language_arch_info()
937 add (init_integer_type (alloc, 16, 1, "unsigned short")); in language_arch_info()
[all …]
Dstabsread.c2090 rettype = init_integer_type (alloc, 32, 0, "int"); in rs6000_builtin_type()
2093 rettype = init_integer_type (alloc, 8, 0, "char"); in rs6000_builtin_type()
2097 rettype = init_integer_type (alloc, 16, 0, "short"); in rs6000_builtin_type()
2100 rettype = init_integer_type (alloc, 32, 0, "long"); in rs6000_builtin_type()
2103 rettype = init_integer_type (alloc, 8, 1, "unsigned char"); in rs6000_builtin_type()
2106 rettype = init_integer_type (alloc, 8, 0, "signed char"); in rs6000_builtin_type()
2109 rettype = init_integer_type (alloc, 16, 1, "unsigned short"); in rs6000_builtin_type()
2112 rettype = init_integer_type (alloc, 32, 1, "unsigned int"); in rs6000_builtin_type()
2115 rettype = init_integer_type (alloc, 32, 1, "unsigned"); in rs6000_builtin_type()
2118 rettype = init_integer_type (alloc, 32, 1, "unsigned long"); in rs6000_builtin_type()
[all …]
Drust-lang.c1721 add (init_integer_type (alloc, 8, 0, "i8")); in language_arch_info()
1723 = add (init_integer_type (alloc, 8, 1, "u8")); in language_arch_info()
1724 add (init_integer_type (alloc, 16, 0, "i16")); in language_arch_info()
1725 add (init_integer_type (alloc, 16, 1, "u16")); in language_arch_info()
1726 add (init_integer_type (alloc, 32, 0, "i32")); in language_arch_info()
1727 add (init_integer_type (alloc, 32, 1, "u32")); in language_arch_info()
1728 add (init_integer_type (alloc, 64, 0, "i64")); in language_arch_info()
1729 add (init_integer_type (alloc, 64, 1, "u64")); in language_arch_info()
1730 add (init_integer_type (alloc, 128, 0, "i128")); in language_arch_info()
1731 add (init_integer_type (alloc, 128, 1, "u128")); in language_arch_info()
[all …]
Dgdbtypes.c3388 init_integer_type (type_allocator &alloc, in init_integer_type() function
5924 = init_integer_type (alloc, TARGET_CHAR_BIT,
5928 = init_integer_type (alloc, TARGET_CHAR_BIT,
5931 = init_integer_type (alloc, TARGET_CHAR_BIT,
5934 = init_integer_type (alloc, gdbarch_short_bit (gdbarch),
5937 = init_integer_type (alloc, gdbarch_short_bit (gdbarch),
5940 = init_integer_type (alloc, gdbarch_int_bit (gdbarch),
5943 = init_integer_type (alloc, gdbarch_int_bit (gdbarch),
5946 = init_integer_type (alloc, gdbarch_long_bit (gdbarch),
5949 = init_integer_type (alloc, gdbarch_long_bit (gdbarch),
[all …]
Drl78-tdep.c1416 tdep->rl78_uint8 = init_integer_type (alloc, 8, 1, "uint8_t"); in rl78_gdbarch_init()
1417 tdep->rl78_int8 = init_integer_type (alloc, 8, 0, "int8_t"); in rl78_gdbarch_init()
1418 tdep->rl78_uint16 = init_integer_type (alloc, 16, 1, "uint16_t"); in rl78_gdbarch_init()
1419 tdep->rl78_int16 = init_integer_type (alloc, 16, 0, "int16_t"); in rl78_gdbarch_init()
1420 tdep->rl78_uint32 = init_integer_type (alloc, 32, 1, "uint32_t"); in rl78_gdbarch_init()
1421 tdep->rl78_int32 = init_integer_type (alloc, 32, 0, "int32_t"); in rl78_gdbarch_init()
Dm2-lang.c288 = init_integer_type (alloc, gdbarch_int_bit (gdbarch), 0, "INTEGER"); in build_m2_types()
290 = init_integer_type (alloc, gdbarch_int_bit (gdbarch), 1, "CARDINAL"); in build_m2_types()
Dwindows-tdep.c220 dword_ptr_type = init_integer_type (alloc, gdbarch_ptr_bit (gdbarch), in windows_get_tlb_type()
222 dword32_type = init_integer_type (alloc, 32, in windows_get_tlb_type()
224 word_type = init_integer_type (alloc, 16, in windows_get_tlb_type()
226 wchar_type = init_integer_type (alloc, 16, in windows_get_tlb_type()
812 dword_type = init_integer_type (alloc, gdbarch_int_bit (gdbarch), in windows_get_siginfo_type()
816 ulongptr_type = init_integer_type (alloc, gdbarch_ptr_bit (gdbarch), in windows_get_siginfo_type()
Dmdebugread.c1398 tp = init_integer_type (alloc, 8, 0, "char"); in basic_type()
1403 tp = init_integer_type (alloc, 8, 1, "unsigned char"); in basic_type()
1407 tp = init_integer_type (alloc, 16, 0, "short"); in basic_type()
1411 tp = init_integer_type (alloc, 16, 1, "unsigned short"); in basic_type()
1415 tp = init_integer_type (alloc, 32, 0, "int"); in basic_type()
1419 tp = init_integer_type (alloc, 32, 1, "unsigned int"); in basic_type()
1423 tp = init_integer_type (alloc, 32, 0, "long"); in basic_type()
1427 tp = init_integer_type (alloc, 32, 1, "unsigned long"); in basic_type()
1452 tp = init_integer_type (alloc, gdbarch_int_bit (gdbarch), 0, in basic_type()
1472 tp = init_integer_type (alloc, 64, 0, "long"); in basic_type()
[all …]
Dm32c-tdep.c205 tdep->uint8 = init_integer_type (alloc, 8, 1, "uint8_t"); in make_types()
206 tdep->uint16 = init_integer_type (alloc, 16, 1, "uint16_t"); in make_types()
207 tdep->int8 = init_integer_type (alloc, 8, 0, "int8_t"); in make_types()
208 tdep->int16 = init_integer_type (alloc, 16, 0, "int16_t"); in make_types()
209 tdep->int32 = init_integer_type (alloc, 32, 0, "int32_t"); in make_types()
210 tdep->int64 = init_integer_type (alloc, 64, 0, "int64_t"); in make_types()
Dlinux-tdep.c287 int_type = init_integer_type (alloc, gdbarch_int_bit (gdbarch), in linux_get_siginfo_type_with_fields()
289 uint_type = init_integer_type (alloc, gdbarch_int_bit (gdbarch), in linux_get_siginfo_type_with_fields()
291 long_type = init_integer_type (alloc, gdbarch_long_bit (gdbarch), in linux_get_siginfo_type_with_fields()
293 short_type = init_integer_type (alloc, gdbarch_long_bit (gdbarch), in linux_get_siginfo_type_with_fields()
1761 = init_integer_type (alloc, gdbarch_long_bit (gdbarch), 0, "long"); in linux_make_mappings_corefile_notes()
Df-lang.c1761 = init_integer_type (alloc, TARGET_CHAR_BIT, 0, "integer*1"); in build_fortran_types()
1764 = init_integer_type (alloc, gdbarch_short_bit (gdbarch), 0, "integer*2"); in build_fortran_types()
1767 = init_integer_type (alloc, gdbarch_int_bit (gdbarch), 0, "integer*4"); in build_fortran_types()
1770 = init_integer_type (alloc, gdbarch_long_long_bit (gdbarch), 0, in build_fortran_types()
Dfbsd-tdep.c1605 int_type = init_integer_type (alloc, gdbarch_int_bit (gdbarch), in fbsd_get_siginfo_type()
1607 int32_type = init_integer_type (alloc, 32, 0, "int32_t"); in fbsd_get_siginfo_type()
1608 uint32_type = init_integer_type (alloc, 32, 1, "uint32_t"); in fbsd_get_siginfo_type()
1609 long_type = init_integer_type (alloc, gdbarch_long_bit (gdbarch), in fbsd_get_siginfo_type()
Dada-lang.c13463 add (init_integer_type (alloc, gdbarch_int_bit (gdbarch), in language_arch_info()
13465 add (init_integer_type (alloc, gdbarch_long_bit (gdbarch), in language_arch_info()
13467 add (init_integer_type (alloc, gdbarch_short_bit (gdbarch), in language_arch_info()
13479 add (init_integer_type (alloc, gdbarch_long_long_bit (gdbarch), in language_arch_info()
13481 add (init_integer_type (alloc, 128, 0, "long_long_long_integer")); in language_arch_info()
13482 add (init_integer_type (alloc, 128, 1, "unsigned_long_long_long_integer")); in language_arch_info()
13486 add (init_integer_type (alloc, gdbarch_int_bit (gdbarch), in language_arch_info()
13488 add (init_integer_type (alloc, gdbarch_int_bit (gdbarch), in language_arch_info()
13502 add (init_integer_type (alloc, addr_length * HOST_CHAR_BIT, 0, in language_arch_info()
Dgnu-v3-abi.c131 = init_integer_type (alloc, gdbarch_ptr_bit (arch), 0, "ptrdiff_t"); in get_gdb_vtable_type()
Dgdbtypes.h2350 extern struct type *init_integer_type (type_allocator &alloc, int bit,
Dctfread.c577 type = init_integer_type (alloc, bits, !issigned, name); in read_base_type()
Dxtensa-tdep.c319 = init_integer_type (alloc, size * 8, 1, name.c_str ()); in xtensa_register_type()
DChangeLog-20164918 (init_integer_type): New prototype.
4928 (init_integer_type): New function.
DChangeLog-20176599 (init_integer_type): Update call to init_type.
6621 (read_range_type): Likewise. Also, fix call to init_integer_type
14594 respectively. Otherwise, fallback to init_integer_type as before,
DChangeLog-20181778 init_integer_type in all cases.
DChangeLog-20204483 * gdbtypes.c (init_integer_type, init_boolean_type): Initialize
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git61612 Unify arch_integer_type and init_integer_type
61613 This unifies arch_integer_type and init_integer_type by using a type