Searched refs:arraytype (Results 1 – 2 of 2) sorted by relevance
802 #define TYPE_ARRAY_UPPER_BOUND_VALUE(arraytype) \ argument803 (TYPE_FIELD_BITPOS((TYPE_FIELD_TYPE((arraytype),0)),1))805 #define TYPE_ARRAY_LOWER_BOUND_VALUE(arraytype) \ argument806 (TYPE_FIELD_BITPOS((TYPE_FIELD_TYPE((arraytype),0)),0))
1082 struct type *arraytype; in value_array() local1104 arraytype = create_array_type ((struct type *) NULL, in value_array()1109 val = allocate_value (arraytype); in value_array()1134 val = value_at_lazy (arraytype, addr, VALUE_BFD_SECTION (elemvec[0])); in value_array()