Searched refs:bit_pos (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ada-valprint.c | 1071 int bit_pos = TYPE_FIELD_BITPOS (type, i); in print_field_values() local 1076 bit_pos / HOST_CHAR_BIT, in print_field_values() 1077 bit_pos % HOST_CHAR_BIT, in print_field_values()
|
| D | ada-lang.c | 1684 int bit_size, bit_pos; in decode_packed_array() local 1694 bit_pos = HOST_CHAR_BIT * TYPE_LENGTH (value_type (arr)) - bit_size; in decode_packed_array() 1696 bit_pos / HOST_CHAR_BIT, in decode_packed_array() 1697 bit_pos % HOST_CHAR_BIT, in decode_packed_array() 5328 int bit_pos = TYPE_FIELD_BITPOS (arg_type, fieldno); in ada_value_primitive_field() local 5332 offset + bit_pos / 8, in ada_value_primitive_field() 5333 bit_pos % 8, bit_size, type); in ada_value_primitive_field() 5359 int bit_pos = TYPE_FIELD_BITPOS (type, i); in find_struct_field() local 5360 int fld_offset = offset + bit_pos / 8; in find_struct_field() 5371 *bit_offset_p = bit_pos % 8; in find_struct_field()
|