| /dragonfly/contrib/gdb-7/gdb/ |
| HD | p-lang.c | 114 *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()
|
| HD | cp-valprint.c | 290 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()
|
| HD | p-valprint.c | 309 + 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()
|
| HD | ada-valprint.c | 935 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()
|
| HD | jv-valprint.c | 388 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()
|
| HD | d-valprint.c | 56 valaddr + TYPE_FIELD_BITPOS (type, 1) / 8 in dynamic_array_type()
|
| HD | m2-valprint.c | 106 (TYPE_FIELD_BITPOS (type, field) / 8) + in m2_print_long_set() 174 (TYPE_FIELD_BITPOS (type, 0) / 8) + in m2_print_unbounded_array()
|
| HD | gnu-v2-abi.c | 369 field_offset = TYPE_FIELD_BITPOS (type, i) / 8; in gnuv2_baseclass_offset()
|
| HD | ada-lang.c | 1608 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 …]
|
| HD | f-valprint.c | 381 int offset = TYPE_FIELD_BITPOS (type, index) / 8; in f_val_print()
|
| HD | c-valprint.c | 383 + TYPE_FIELD_BITPOS (type, in c_val_print()
|
| HD | value.c | 2640 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()
|
| HD | gdbtypes.h | 1117 #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
|
| HD | ax-gdb.c | 1448 + 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()
|
| HD | gnu-v3-abi.c | 190 return (TYPE_FIELD_BITPOS (vtable_type, vtable_field_virtual_functions) in vtable_address_point_offset()
|
| HD | valops.c | 2065 && 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()
|
| HD | amd64-tdep.c | 486 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()
|
| HD | gdbtypes.c | 3276 idx, TYPE_FIELD_BITPOS (type, idx), in recursive_dump_type() 3472 TYPE_FIELD_BITPOS (type, i)); in copy_type_recursive()
|
| HD | valprint.c | 919 if (TYPE_FIELD_BITPOS (type, bitpos) != -1 in val_print_type_code_flags()
|
| HD | eval.c | 332 bitpos = TYPE_FIELD_BITPOS (struct_type, fieldno); in evaluate_struct_tuple()
|
| /dragonfly/contrib/gdb-7/gdb/python/ |
| HD | py-type.c | 180 arg = gdb_py_long_from_longest (TYPE_FIELD_BITPOS (type, field)); in convert_field()
|