| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | m2-lang.c | 211 TARGET_INT_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type() 217 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type() 222 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type() 227 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type() 232 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type() 237 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type() 242 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type() 247 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type() 252 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type() 257 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in m2_create_fundamental_type() [all …]
|
| D | p-lang.c | 61 *length_pos = TYPE_FIELD_BITPOS (type, 0) / TARGET_CHAR_BIT; in is_pascal_string_type() 65 *string_pos = TYPE_FIELD_BITPOS (type, 1) / TARGET_CHAR_BIT; in is_pascal_string_type() 79 *length_pos = TYPE_FIELD_BITPOS (type, 1) / TARGET_CHAR_BIT; in is_pascal_string_type() 83 *string_pos = TYPE_FIELD_BITPOS (type, 2) / TARGET_CHAR_BIT; in is_pascal_string_type() 287 TARGET_INT_BIT / TARGET_CHAR_BIT, in pascal_create_fundamental_type() 293 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in pascal_create_fundamental_type() 298 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in pascal_create_fundamental_type() 303 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in pascal_create_fundamental_type() 308 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in pascal_create_fundamental_type() 313 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in pascal_create_fundamental_type() [all …]
|
| D | f-lang.c | 259 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type() 264 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type() 269 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type() 274 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type() 279 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type() 284 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type() 289 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type() 294 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type() 299 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type() 304 TARGET_INT_BIT / TARGET_CHAR_BIT, in f_create_fundamental_type() [all …]
|
| D | c-lang.c | 220 TARGET_INT_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type() 226 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type() 231 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type() 236 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type() 241 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type() 246 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type() 251 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type() 256 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type() 261 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type() 266 TARGET_INT_BIT / TARGET_CHAR_BIT, in c_create_fundamental_type() [all …]
|
| D | objc-lang.c | 463 TARGET_INT_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type() 469 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type() 474 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type() 479 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type() 484 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type() 489 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type() 494 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type() 499 TARGET_SHORT_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type() 504 TARGET_INT_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type() 509 TARGET_INT_BIT / TARGET_CHAR_BIT, in objc_create_fundamental_type() [all …]
|
| D | dwarf2expr.c | 203 if (buf_end - buf < TARGET_ADDR_BIT / TARGET_CHAR_BIT) in dwarf2_read_address() 206 *bytes_read = TARGET_ADDR_BIT / TARGET_CHAR_BIT; in dwarf2_read_address() 209 result = extract_unsigned_integer (buf, TARGET_ADDR_BIT / TARGET_CHAR_BIT); in dwarf2_read_address() 218 switch (TARGET_ADDR_BIT / TARGET_CHAR_BIT) in unsigned_address_type() 237 switch (TARGET_ADDR_BIT / TARGET_CHAR_BIT) in signed_address_type() 526 char *buf = alloca (TARGET_ADDR_BIT / TARGET_CHAR_BIT); in execute_stack_op() 530 TARGET_ADDR_BIT / TARGET_CHAR_BIT); in execute_stack_op() 533 / TARGET_CHAR_BIT), in execute_stack_op() 540 char *buf = alloca (TARGET_ADDR_BIT / TARGET_CHAR_BIT); in execute_stack_op() 546 / TARGET_CHAR_BIT), in execute_stack_op()
|
| D | gnu-v3-abi.c | 116 = init_type (TYPE_CODE_INT, TARGET_PTR_BIT / TARGET_CHAR_BIT, 0, in build_gdb_vtable_type() 135 FIELD_BITPOS (*field) = offset * TARGET_CHAR_BIT; in build_gdb_vtable_type() 142 FIELD_BITPOS (*field) = offset * TARGET_CHAR_BIT; in build_gdb_vtable_type() 149 FIELD_BITPOS (*field) = offset * TARGET_CHAR_BIT; in build_gdb_vtable_type() 158 FIELD_BITPOS (*field) = offset * TARGET_CHAR_BIT; in build_gdb_vtable_type() 184 / TARGET_CHAR_BIT); in vtable_address_point_offset()
|
| D | gdbtypes.c | 262 TYPE_LENGTH (ntype) = TARGET_PTR_BIT / TARGET_CHAR_BIT; in make_pointer_type() 330 TYPE_LENGTH (ntype) = TARGET_PTR_BIT / TARGET_CHAR_BIT; in make_reference_type() 709 *lowp = -(1 << (TYPE_LENGTH (type) * TARGET_CHAR_BIT - 1)); in get_discrete_bounds() 719 *highp = 1 << (TYPE_LENGTH (type) * TARGET_CHAR_BIT - 1); in get_discrete_bounds() 808 = (bit_length + TARGET_CHAR_BIT - 1) / TARGET_CHAR_BIT; in create_set_type() 1763 + TYPE_LENGTH (field) * TARGET_CHAR_BIT); in append_composite_type_field() 3145 init_type (TYPE_CODE_INT, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in build_gdbtypes() 3150 init_type (TYPE_CODE_CHAR, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in build_gdbtypes() 3154 init_type (TYPE_CODE_INT, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in build_gdbtypes() 3158 init_type (TYPE_CODE_INT, TARGET_CHAR_BIT / TARGET_CHAR_BIT, in build_gdbtypes() [all …]
|
| D | ax-gdb.c | 360 ax_ext (ax, TYPE_LENGTH (type) * TARGET_CHAR_BIT); in gen_sign_extend() 370 int bits = TYPE_LENGTH (type) * TARGET_CHAR_BIT; in gen_extend() 398 case 8 / TARGET_CHAR_BIT: in gen_fetch() 401 case 16 / TARGET_CHAR_BIT: in gen_fetch() 404 case 32 / TARGET_CHAR_BIT: in gen_fetch() 407 case 64 / TARGET_CHAR_BIT: in gen_fetch() 1230 int bound_start = (start / TARGET_CHAR_BIT) * TARGET_CHAR_BIT; in gen_bitfield_ref() 1231 int bound_end = (((end + TARGET_CHAR_BIT - 1) in gen_bitfield_ref() 1232 / TARGET_CHAR_BIT) in gen_bitfield_ref() 1233 * TARGET_CHAR_BIT); in gen_bitfield_ref() [all …]
|
| D | mipsv4-nat.c | 158 buf = alloca (TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target() 162 TARGET_PTR_BIT / TARGET_CHAR_BIT)) in get_longjmp_target() 165 *pc = extract_unsigned_integer (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target()
|
| D | mips-nat.c | 148 buf = alloca (TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target() 152 TARGET_PTR_BIT / TARGET_CHAR_BIT)) in get_longjmp_target() 155 *pc = extract_unsigned_integer (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target()
|
| D | ada-lang.c | 945 return TARGET_CHAR_BIT * TYPE_LENGTH (TYPE_FIELD_TYPE (type, 0)); in fat_pntr_data_bitsize() 1610 TYPE_LENGTH (VALUE_TYPE (fromval)) * TARGET_CHAR_BIT - in ada_value_assign() 5774 return TARGET_CHAR_BIT; in field_alignment() 5782 return TARGET_CHAR_BIT; in field_alignment() 5784 return atoi (name + align_offset) * TARGET_CHAR_BIT; in field_alignment() 5997 cond_offset_host (valaddr, off / TARGET_CHAR_BIT), in template_to_fixed_record_type() 5998 cond_offset_target (address, off / TARGET_CHAR_BIT), dval); in template_to_fixed_record_type() 6008 TYPE_LENGTH (TYPE_FIELD_TYPE (rtype, f)) * TARGET_CHAR_BIT; in template_to_fixed_record_type() 6021 cond_offset_host (valaddr, off / TARGET_CHAR_BIT), in template_to_fixed_record_type() 6022 cond_offset_target (address, off / TARGET_CHAR_BIT), dval); in template_to_fixed_record_type() [all …]
|
| D | doublest.c | 639 if (len * TARGET_CHAR_BIT == TARGET_FLOAT_BIT) in floatformat_from_length() 641 else if (len * TARGET_CHAR_BIT == TARGET_DOUBLE_BIT) in floatformat_from_length() 643 else if (len * TARGET_CHAR_BIT == TARGET_LONG_DOUBLE_BIT) in floatformat_from_length() 650 && (len * TARGET_CHAR_BIT == in floatformat_from_length()
|
| D | stabsread.c | 769 sizeof (int) * HOST_CHAR_BIT / TARGET_CHAR_BIT, 0, in define_symbol() 973 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in define_symbol() 978 init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in define_symbol() 1939 TYPE_LENGTH (type) = (type_size + TARGET_CHAR_BIT - 1) / TARGET_CHAR_BIT; in read_type() 1964 #if TARGET_CHAR_BIT != 8 in rs6000_builtin_type() 1965 #error This code wrong for TARGET_CHAR_BIT not 8 in rs6000_builtin_type() 2827 == TARGET_CHAR_BIT * TYPE_LENGTH (field_type) in read_one_struct_field() 3639 type_bits / TARGET_CHAR_BIT, in read_sun_builtin_type() 3853 return init_type (TYPE_CODE_INT, nbits / TARGET_CHAR_BIT, in read_range_type() 3900 return init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT, in read_range_type() [all …]
|
| D | valarith.c | 231 offset = index / TARGET_CHAR_BIT; in value_subscript() 233 bit_index = index % TARGET_CHAR_BIT; in value_subscript() 234 byte >>= (BITS_BIG_ENDIAN ? TARGET_CHAR_BIT - 1 - bit_index : bit_index); in value_subscript() 1387 valaddr + (rel_index / TARGET_CHAR_BIT)); in value_bit_index() 1388 rel_index %= TARGET_CHAR_BIT; in value_bit_index() 1390 rel_index = TARGET_CHAR_BIT - 1 - rel_index; in value_bit_index()
|
| D | defs.h | 1146 #if !defined (TARGET_CHAR_BIT) 1147 #define TARGET_CHAR_BIT 8 macro 1158 #define HOST_CHAR_BIT TARGET_CHAR_BIT
|
| D | rs6000-tdep.c | 2844 set_gdbarch_ptr_bit (gdbarch, wordsize * TARGET_CHAR_BIT); in rs6000_gdbarch_init() 2845 set_gdbarch_short_bit (gdbarch, 2 * TARGET_CHAR_BIT); in rs6000_gdbarch_init() 2846 set_gdbarch_int_bit (gdbarch, 4 * TARGET_CHAR_BIT); in rs6000_gdbarch_init() 2847 set_gdbarch_long_bit (gdbarch, wordsize * TARGET_CHAR_BIT); in rs6000_gdbarch_init() 2848 set_gdbarch_long_long_bit (gdbarch, 8 * TARGET_CHAR_BIT); in rs6000_gdbarch_init() 2849 set_gdbarch_float_bit (gdbarch, 4 * TARGET_CHAR_BIT); in rs6000_gdbarch_init() 2850 set_gdbarch_double_bit (gdbarch, 8 * TARGET_CHAR_BIT); in rs6000_gdbarch_init() 2852 set_gdbarch_long_double_bit (gdbarch, 16 * TARGET_CHAR_BIT); in rs6000_gdbarch_init() 2854 set_gdbarch_long_double_bit (gdbarch, 8 * TARGET_CHAR_BIT); in rs6000_gdbarch_init()
|
| D | ada-lex.l | 555 if (sizeof(DOUBLEST) >= TARGET_DOUBLE_BIT / TARGET_CHAR_BIT) 557 if (sizeof(DOUBLEST) >= TARGET_LONG_DOUBLE_BIT / TARGET_CHAR_BIT)
|
| D | scm-lang.c | 285 TARGET_LONG_BIT / TARGET_CHAR_BIT, in _initialize_scheme_language()
|
| D | valops.c | 1028 container_len = ((len + PARM_BOUNDARY / TARGET_CHAR_BIT - 1) in value_push() 1029 & ~(PARM_BOUNDARY / TARGET_CHAR_BIT - 1)); in value_push() 2833 int j = i % TARGET_CHAR_BIT; in value_slice() 2835 j = TARGET_CHAR_BIT - 1 - j; in value_slice() 2836 VALUE_CONTENTS_RAW (slice)[i / TARGET_CHAR_BIT] |= (1 << j); in value_slice()
|
| D | mdebugread.c | 4949 init_type (TYPE_CODE_FLT, TARGET_FLOAT_BIT / TARGET_CHAR_BIT, in _initialize_mdebugread() 4953 init_type (TYPE_CODE_FLT, TARGET_DOUBLE_BIT / TARGET_CHAR_BIT, in _initialize_mdebugread() 4957 init_type (TYPE_CODE_COMPLEX, 2 * TARGET_FLOAT_BIT / TARGET_CHAR_BIT, in _initialize_mdebugread() 4962 init_type (TYPE_CODE_COMPLEX, 2 * TARGET_DOUBLE_BIT / TARGET_CHAR_BIT, in _initialize_mdebugread() 4971 TARGET_CHAR_BIT / TARGET_CHAR_BIT, in _initialize_mdebugread() 4980 TARGET_INT_BIT / TARGET_CHAR_BIT, in _initialize_mdebugread() 4986 TARGET_DOUBLE_BIT / TARGET_CHAR_BIT, in _initialize_mdebugread()
|
| D | dwarf2loc.c | 58 unsigned int addr_size = TARGET_ADDR_BIT / TARGET_CHAR_BIT, length; in find_location_expression()
|
| D | findvar.c | 43 #if TARGET_CHAR_BIT != 8 || HOST_CHAR_BIT != 8
|
| D | dwarfread.c | 206 #define TARGET_FT_POINTER_SIZE(objfile) (TARGET_PTR_BIT / TARGET_CHAR_BIT) 207 #define TARGET_FT_LONG_SIZE(objfile) (TARGET_LONG_BIT / TARGET_CHAR_BIT) 1436 TYPE_LENGTH (utype) = TARGET_PTR_BIT / TARGET_CHAR_BIT; in read_tag_pointer_type()
|
| D | gdbarch.c | 468 current_gdbarch->short_bit = 2*TARGET_CHAR_BIT; in gdbarch_alloc() 469 current_gdbarch->int_bit = 4*TARGET_CHAR_BIT; in gdbarch_alloc() 470 current_gdbarch->long_bit = 4*TARGET_CHAR_BIT; in gdbarch_alloc() 472 current_gdbarch->float_bit = 4*TARGET_CHAR_BIT; in gdbarch_alloc() 473 current_gdbarch->double_bit = 8*TARGET_CHAR_BIT; in gdbarch_alloc() 474 current_gdbarch->long_double_bit = 8*TARGET_CHAR_BIT; in gdbarch_alloc()
|