Home
last modified time | relevance | path

Searched refs:TYPE_FIELD_BITPOS (Results 1 – 21 of 21) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDp-lang.c114 *length_pos = TYPE_FIELD_BITPOS (type, 0) / TARGET_CHAR_BIT; in is_pascal_string_type()
118 *string_pos = TYPE_FIELD_BITPOS (type, 1) / TARGET_CHAR_BIT; in is_pascal_string_type()
134 *length_pos = TYPE_FIELD_BITPOS (type, 1) / TARGET_CHAR_BIT; in is_pascal_string_type()
138 *string_pos = TYPE_FIELD_BITPOS (type, 2) / TARGET_CHAR_BIT; in is_pascal_string_type()
HDcp-valprint.c290 TYPE_FIELD_BITPOS (type, in cp_print_value_fields()
298 TYPE_FIELD_BITPOS (type, i), in cp_print_value_fields()
345 int i_offset = offset + TYPE_FIELD_BITPOS (type, i) / 8; in cp_print_value_fields()
365 offset + TYPE_FIELD_BITPOS (type, i) / 8, in cp_print_value_fields()
734 LONGEST bitpos = TYPE_FIELD_BITPOS (domain, i); in cp_find_class_member()
746 LONGEST bitpos = TYPE_FIELD_BITPOS (domain, i); in cp_find_class_member()
HDp-valprint.c309 + TYPE_FIELD_BITPOS (type, in pascal_val_print()
621 TYPE_FIELD_BITPOS (type, in pascal_object_print_value_fields()
628 else if (!value_bits_valid (val, TYPE_FIELD_BITPOS (type, i), in pascal_object_print_value_fields()
674 valaddr, offset + TYPE_FIELD_BITPOS (type, i) / 8, in pascal_object_print_value_fields()
HDada-valprint.c935 offset + TYPE_FIELD_BITPOS (type, field_num) / HOST_CHAR_BIT in print_variant_part()
936 + TYPE_FIELD_BITPOS (var_type, which) / HOST_CHAR_BIT, in print_variant_part()
1051 + TYPE_FIELD_BITPOS (type, i) / HOST_CHAR_BIT), in print_field_values()
1100 int bit_pos = TYPE_FIELD_BITPOS (type, i); in print_field_values()
1127 + TYPE_FIELD_BITPOS (type, i) / HOST_CHAR_BIT), in print_field_values()
HDjv-valprint.c388 TYPE_FIELD_BITPOS (type, in java_print_value_fields()
395 else if (!value_bits_valid (val, TYPE_FIELD_BITPOS (type, i), in java_print_value_fields()
446 offset + TYPE_FIELD_BITPOS (type, i) / 8, in java_print_value_fields()
HDd-valprint.c56 valaddr + TYPE_FIELD_BITPOS (type, 1) / 8 in dynamic_array_type()
HDm2-valprint.c106 (TYPE_FIELD_BITPOS (type, field) / 8) + in m2_print_long_set()
174 (TYPE_FIELD_BITPOS (type, 0) / 8) + in m2_print_unbounded_array()
HDgnu-v2-abi.c369 field_offset = TYPE_FIELD_BITPOS (type, i) / 8; in gnuv2_baseclass_offset()
HDada-lang.c1608 return TYPE_FIELD_BITPOS (desc_base_type (type), 1); in fat_pntr_bounds_bitpos()
1674 return TYPE_FIELD_BITPOS (desc_base_type (type), 0); in fat_pntr_data_bitpos()
1709 return TYPE_FIELD_BITPOS (desc_base_type (type), 2 * i + which - 2); in desc_bound_bitpos()
6557 int bit_pos = TYPE_FIELD_BITPOS (arg_type, fieldno); in ada_value_primitive_field()
6604 int bit_pos = TYPE_FIELD_BITPOS (type, i); in find_struct_field()
6644 + TYPE_FIELD_BITPOS (field_type, j) / 8, in find_struct_field()
6695 offset + TYPE_FIELD_BITPOS (type, i) / 8, in ada_search_struct_field()
6708 int var_offset = offset + TYPE_FIELD_BITPOS (type, i) / 8; in ada_search_struct_field()
6715 var_offset + TYPE_FIELD_BITPOS (field_type, j) / 8, in ada_search_struct_field()
6762 offset + TYPE_FIELD_BITPOS (type, i) / 8, in ada_index_struct_field_1()
[all …]
HDf-valprint.c381 int offset = TYPE_FIELD_BITPOS (type, index) / 8; in f_val_print()
HDc-valprint.c383 + TYPE_FIELD_BITPOS (type, in c_val_print()
HDvalue.c2640 int bitpos = TYPE_FIELD_BITPOS (arg_type, fieldno); in value_primitive_field()
2679 boffset = TYPE_FIELD_BITPOS (arg_type, fieldno) / 8; in value_primitive_field()
2696 offset += TYPE_FIELD_BITPOS (arg_type, fieldno) / 8; in value_primitive_field()
2900 int bitpos = TYPE_FIELD_BITPOS (type, fieldno); in unpack_value_field_as_long_1()
HDgdbtypes.h1117 #define TYPE_BASECLASS_BITPOS(thistype,index) TYPE_FIELD_BITPOS(thistype,index)
1159 #define TYPE_FIELD_BITPOS(thistype, n) FIELD_BITPOS (TYPE_FIELD (thistype, n)) macro
HDax-gdb.c1448 + TYPE_FIELD_BITPOS (type, fieldno)), in gen_primitive_field()
1450 + TYPE_FIELD_BITPOS (type, fieldno) in gen_primitive_field()
1455 + TYPE_FIELD_BITPOS (type, fieldno) / TARGET_CHAR_BIT); in gen_primitive_field()
HDgnu-v3-abi.c190 return (TYPE_FIELD_BITPOS (vtable_type, vtable_field_virtual_functions) in vtable_address_point_offset()
HDvalops.c2065 && TYPE_FIELD_BITPOS (field_type, 0) == 0)) in do_search_struct_field()
2066 new_offset += TYPE_FIELD_BITPOS (type, i) / 8; in do_search_struct_field()
3304 offset + (LONGEST) (TYPE_FIELD_BITPOS (t, i) >> 3)); in value_struct_elt_for_reference()
HDamd64-tdep.c486 int pos = TYPE_FIELD_BITPOS (type, i) / 64; in amd64_classify_aggregate()
493 endpos = (TYPE_FIELD_BITPOS (type, i) + bitsize - 1) / 64; in amd64_classify_aggregate()
HDgdbtypes.c3276 idx, TYPE_FIELD_BITPOS (type, idx), in recursive_dump_type()
3472 TYPE_FIELD_BITPOS (type, i)); in copy_type_recursive()
HDvalprint.c919 if (TYPE_FIELD_BITPOS (type, bitpos) != -1 in val_print_type_code_flags()
HDeval.c332 bitpos = TYPE_FIELD_BITPOS (struct_type, fieldno); in evaluate_struct_tuple()
/dragonfly/contrib/gdb-7/gdb/python/
HDpy-type.c180 arg = gdb_py_long_from_longest (TYPE_FIELD_BITPOS (type, field)); in convert_field()