Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-lang.c1580 packed_array_type (struct type *type, long *elt_bits) in packed_array_type() argument
1592 elt_bits); in packed_array_type()
1594 TYPE_FIELD_BITSIZE (new_type, 0) = *elt_bits; in packed_array_type()
1601 *elt_bits = TYPE_LENGTH (new_type) = 0; in packed_array_type()
1604 *elt_bits *= (high_bound - low_bound + 1); in packed_array_type()
1606 (*elt_bits + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT; in packed_array_type()