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

/freebsd-11.0-release/contrib/gdb/include/
H A Dhp-symtab.h1342 struct dntt_type_subrange dsubr; member in union:dnttentry
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dhpread.c4611 TYPE_LENGTH (type) = dn_bufp->dsubr.bitlength / 8;
4617 if (dn_bufp->dsubr.dyn_low)
4620 TYPE_FIELD_BITPOS (type, 0) = dn_bufp->dsubr.lowbound;
4622 if (dn_bufp->dsubr.dyn_high)
4625 TYPE_FIELD_BITPOS (type, 1) = dn_bufp->dsubr.highbound;
4626 TYPE_TARGET_TYPE (type) = hpread_type_lookup (dn_bufp->dsubr.subtype,

Completed in 36 milliseconds