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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbtypes.h802 #define TYPE_ARRAY_UPPER_BOUND_VALUE(arraytype) \
803 (TYPE_FIELD_BITPOS((TYPE_FIELD_TYPE((arraytype),0)),1))
805 #define TYPE_ARRAY_LOWER_BOUND_VALUE(arraytype) \
806 (TYPE_FIELD_BITPOS((TYPE_FIELD_TYPE((arraytype),0)),0))
H A Dvalops.c1083 struct type *arraytype;
1105 arraytype = create_array_type ((struct type *) NULL,
1110 val = allocate_value (arraytype);
1135 val = value_at_lazy (arraytype, addr, VALUE_BFD_SECTION (elemvec[0]));
1082 struct type *arraytype; local

Completed in 100 milliseconds