Searched refs:DT_IDENT_ARRAY (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.h89 #define DT_IDENT_ARRAY 0 /* identifier is an array variable */ macro
H A Ddt_ident.c62 iskey = idp->di_kind == DT_IDENT_ARRAY || idp->di_kind == DT_IDENT_AGG;
502 if (idp->di_kind == DT_IDENT_ARRAY)
537 if (idp->di_kind == DT_IDENT_ARRAY)
707 if (idp->di_kind == DT_IDENT_ARRAY ||
1029 case DT_IDENT_ARRAY: return ("associative array");
H A Ddt_as.c116 dvp->dtdv_kind = (idp->di_kind == DT_IDENT_ARRAY) ?
H A Ddt_cg.c619 return (idp->di_kind == DT_IDENT_ARRAY ? aops[i] : sops[i]);
1117 if (idp->di_kind == DT_IDENT_ARRAY)
1332 if (idp->di_kind == DT_IDENT_ARRAY) {
1346 if (idp->di_kind == DT_IDENT_ARRAY) {
1842 if (dnp->dn_ident->di_kind == DT_IDENT_ARRAY) {
H A Ddt_parser.c1558 * array (assc). We then expect to match either DT_IDENT_ARRAY
1564 idkind = assc ? DT_IDENT_ARRAY : DT_IDENT_SCALAR;
2245 ddp->dd_kind == CTF_K_ARRAY ? DT_IDENT_ARRAY : DT_IDENT_SCALAR,
2654 if (idp->di_kind != DT_IDENT_ARRAY &&
2759 if (idkind == DT_IDENT_ARRAY || idkind == DT_IDENT_AGG) {
2777 if (idp->di_kind != DT_IDENT_ARRAY &&
3115 idkind = DT_IDENT_ARRAY;
3127 * (a) lp is a DT_IDENT_ARRAY variable that has already been
3134 if (lp->dn_ident->di_kind == DT_IDENT_ARRAY) {
3768 dt_ident_morph(idp, DT_IDENT_ARRAY,
[all...]
H A Ddt_open.c177 { "args", DT_IDENT_ARRAY, 0, DIF_VAR_ARGS, DT_ATTR_STABCMN, DT_VERS_1_0,
406 { "uregs", DT_IDENT_ARRAY, 0, DIF_VAR_UREGS, DT_ATTR_STABCMN, DT_VERS_1_0,

Completed in 66 milliseconds