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

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dhpread.c4560 if (!((dn_bufp->darray.arrayisbytes && dn_bufp->darray.elemisbytes) ||
4561 (!dn_bufp->darray.arrayisbytes && !dn_bufp->darray.elemisbytes)))
4566 else if (dn_bufp->darray.arraylength == 0x7fffffff)
4574 else if (dn_bufp->darray.arrayisbytes)
4575 TYPE_LENGTH (type) = dn_bufp->darray.arraylength;
4577 TYPE_LENGTH (type) = dn_bufp->darray.arraylength / 8;
4579 TYPE_TARGET_TYPE (type) = hpread_type_lookup (dn_bufp->darray.elemtype,
4592 TYPE_FIELD_TYPE (type, 0) = hpread_type_lookup (dn_bufp->darray
[all...]
/freebsd-11.0-release/contrib/gdb/include/
H A Dhp-symtab.h1343 struct dntt_type_array darray; member in union:dnttentry

Completed in 125 milliseconds