Home
last modified time | relevance | path

Searched refs:darray (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c4540 if (!((dn_bufp->darray.arrayisbytes && dn_bufp->darray.elemisbytes) || in hpread_read_array_type()
4541 (!dn_bufp->darray.arrayisbytes && !dn_bufp->darray.elemisbytes))) in hpread_read_array_type()
4546 else if (dn_bufp->darray.arraylength == 0x7fffffff) in hpread_read_array_type()
4554 else if (dn_bufp->darray.arrayisbytes) in hpread_read_array_type()
4555 TYPE_LENGTH (type) = dn_bufp->darray.arraylength; in hpread_read_array_type()
4557 TYPE_LENGTH (type) = dn_bufp->darray.arraylength / 8; in hpread_read_array_type()
4559 TYPE_TARGET_TYPE (type) = hpread_type_lookup (dn_bufp->darray.elemtype, in hpread_read_array_type()
4572 TYPE_FIELD_TYPE (type, 0) = hpread_type_lookup (dn_bufp->darray.indextype, in hpread_read_array_type()
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dhp-symtab.h1343 struct dntt_type_array darray; member
/openbsd/src/gnu/usr.bin/binutils/include/
Dhp-symtab.h1343 struct dntt_type_array darray; member
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td588 def AMDGPUDim1DArray : AMDGPUDimProps<0x4, "1darray", "1D_ARRAY", ["s"], ["slice"]>;
589 def AMDGPUDim2DArray : AMDGPUDimProps<0x5, "2darray", "2D_ARRAY", ["s", "t"], ["slice"]>;
/openbsd/src/gnu/usr.bin/perl/
Dsv.c14889 char *darray; local
14890 Newx(darray, PERL_HV_ARRAY_ALLOC_BYTES(dxhv->xhv_max+1),
14892 HvARRAY(dsv) = (HE**)darray;