Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDgdbtypes.h802 #define TYPE_ARRAY_UPPER_BOUND_VALUE(arraytype) \ argument
803 (TYPE_FIELD_BITPOS((TYPE_FIELD_TYPE((arraytype),0)),1))
805 #define TYPE_ARRAY_LOWER_BOUND_VALUE(arraytype) \ argument
806 (TYPE_FIELD_BITPOS((TYPE_FIELD_TYPE((arraytype),0)),0))
HDvalops.c1082 struct type *arraytype; in value_array() local
1104 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()