Searched refs:bounds_type (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-lang.c | 1205 struct type *bounds_type = in desc_bounds() local 1221 value_from_longest (lookup_pointer_type (bounds_type), in desc_bounds() 1222 addr - TYPE_LENGTH (bounds_type)); in desc_bounds() 3560 struct type *bounds_type = desc_bounds_type (type); in make_array_descriptor() local 3563 struct value *bounds = allocate_value (bounds_type); in make_array_descriptor() 3570 desc_bound_bitpos (bounds_type, i, 0), in make_array_descriptor() 3571 desc_bound_bitsize (bounds_type, i, 0)); in make_array_descriptor() 3574 desc_bound_bitpos (bounds_type, i, 1), in make_array_descriptor() 3575 desc_bound_bitsize (bounds_type, i, 1)); in make_array_descriptor()
|