Home
last modified time | relevance | path

Searched refs:TYPE_FIELD_BITSIZE (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-typeprint.c399 if (TYPE_FIELD_BITSIZE (arr_type, 0) > 0) in print_array_type()
400 bitsize = TYPE_FIELD_BITSIZE (arr_type, 0); in print_array_type()
415 if (TYPE_FIELD_BITSIZE (arr_type, 0) > 0) in print_array_type()
416 bitsize = TYPE_FIELD_BITSIZE (arr_type, 0); in print_array_type()
H A Dalphafbsd-tdep.c51 && TYPE_FIELD_BITSIZE (type, i) == 0) in alphafbsd_use_struct_convention()
H A Dvalues.c896 if (TYPE_FIELD_BITSIZE (arg_type, fieldno)) in value_primitive_field()
904 VALUE_BITSIZE (v) = TYPE_FIELD_BITSIZE (arg_type, fieldno); in value_primitive_field()
1036 int bitsize = TYPE_FIELD_BITSIZE (type, fieldno); in unpack_field_as_long()
H A Dada-valprint.c150 unsigned long bitsize = TYPE_FIELD_BITSIZE (type, 0); in val_print_packed_array_elements()
835 if (TYPE_FIELD_BITSIZE (type, 0) > 0) in ada_val_print_1()
1076 int bit_size = TYPE_FIELD_BITSIZE (type, i); in print_field_values()
H A Dada-lang.c1249 if (TYPE_FIELD_BITSIZE (type, 1) > 0) in fat_pntr_bounds_bitsize()
1250 return TYPE_FIELD_BITSIZE (type, 1); in fat_pntr_bounds_bitsize()
1309 if (TYPE_FIELD_BITSIZE (type, 0) > 0) in fat_pntr_data_bitsize()
1310 return TYPE_FIELD_BITSIZE (type, 0); in fat_pntr_data_bitsize()
1589 TYPE_FIELD_BITSIZE (new_type, 0) = *elt_bits; in packed_array_type()
1719 || TYPE_FIELD_BITSIZE (elt_type, 0) == 0) in value_subscript_packed()
1737 bits = TYPE_FIELD_BITSIZE (elt_type, 0); in value_subscript_packed()
2062 && TYPE_FIELD_BITSIZE (elt_type, 0) > 0) in ada_value_subscript()
6080 TYPE_FIELD_BITSIZE (rtype, f) = 0; in ada_template_to_fixed_record_type_1()
6108 if (TYPE_FIELD_BITSIZE (type, f) > 0) in ada_template_to_fixed_record_type_1()
[all …]
H A Dp-typeprint.c615 TYPE_FIELD_BITSIZE (type, i)); in pascal_type_print_base()
H A Dc-typeprint.c916 TYPE_FIELD_BITSIZE (type, i)); in c_type_print_base()
H A Dgdbtypes.h874 #define TYPE_FIELD_BITSIZE(thistype, n) FIELD_BITSIZE(TYPE_FIELD(thistype,n)) macro
H A Dax-gdb.c1388 + TYPE_FIELD_BITSIZE (type, i))); in gen_struct_ref()
H A Dhpread.c3168 TYPE_FIELD_BITSIZE (type, n) = 0; in hpread_read_enum_type()
3329 TYPE_FIELD_BITSIZE (type, n) = 0; in hpread_read_function_type()
3508 TYPE_FIELD_BITSIZE (type, n) = 0; in hpread_read_doc_function_type()
H A Dcoffread.c2113 TYPE_FIELD_BITSIZE (type, n) = 0; in coff_read_enum_type()
H A Dhppa-tdep.c1100 if (!TYPE_FIELD_BITSIZE (type, i)) /* elz: this should be bitsize */ in hppa_alignof()
H A Darm-tdep.c2161 if (TYPE_FIELD_BITSIZE (type, i) == 0) in arm_use_struct_convention()
H A Deval.c314 bitsize = TYPE_FIELD_BITSIZE (substruct_type, subfieldno); in evaluate_struct_tuple()
H A Dgdbtypes.c3065 TYPE_FIELD_BITSIZE (type, idx)); in recursive_dump_type()
H A Dstabsread.c3506 TYPE_FIELD_BITSIZE (type, n) = 0; in read_enum_type()