Searched defs:ddp (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_decl.c40 dt_decl_check(dt_decl_t *ddp) argument
42 if (ddp->dd_kind == CTF_K_UNKNOWN)
43 return (ddp); /* nothing to check if the type is not yet set */
45 if (ddp->dd_name != NULL && strcmp(ddp->dd_name, "char") == 0 &&
46 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) {
51 if (ddp->dd_name != NULL && strcmp(ddp->dd_name, "void") == 0 &&
52 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG |
58 if (ddp
77 dt_decl_t *ddp = malloc(sizeof (dt_decl_t)); local
94 dt_decl_free(dt_decl_t *ddp) argument
110 dt_decl_t *ddp = dsp->ds_decl; local
121 dt_decl_push(dt_decl_t *ddp) argument
143 dt_decl_t *ddp = dt_decl_top(); local
177 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; local
194 dt_decl_t *ddp = dsp->ds_decl; local
232 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; local
267 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; local
372 dt_decl_t *ddp = dt_decl_push(dt_decl_alloc(CTF_K_ARRAY, NULL)); local
433 dt_decl_t *ddp = dt_decl_alloc(CTF_K_FUNCTION, NULL); local
464 dt_decl_t *ddp = dt_decl_spec(kind, name); local
509 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; local
661 dt_decl_t *ddp = dt_decl_spec(CTF_K_ENUM, name); local
817 dt_decl_type(dt_decl_t *ddp, dtrace_typeinfo_t *tip) argument
[all...]
H A Ddt_cc.c2109 dt_decl_t *ddp; local
2243 ddp = (dt_decl_t *)yypcb->pcb_root; /* root is really a decl */
2244 err = dt_decl_type(ddp, arg);
2245 dt_decl_free(ddp);
H A Ddt_parser.c1307 dt_node_type(dt_decl_t *ddp) argument
1316 * If 'ddp' is NULL, we get a decl by popping the decl stack. This
1319 if (ddp == NULL)
1320 ddp = dt_decl_pop_param(&name);
1322 err = dt_decl_type(ddp, &dtt);
1323 dt_decl_free(ddp);
1374 dt_decl_t *ddp = dt_decl_top(); local
1383 if (dt_decl_type(ddp, &dtt) != 0)
1392 if (ddp->dd_kind != CTF_K_STRUCT &&
1393 ddp
1752 dt_node_offsetof(dt_decl_t *ddp, char *s) argument
2171 dt_decl_t *ddp = dt_decl_top(); local
2360 dt_node_member(dt_decl_t *ddp, char *name, dt_node_t *expr) argument
2385 dt_node_xlator(dt_decl_t *ddp, dt_decl_t *sdp, char *name, dt_node_t *members) argument
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c3637 dt_decl_t *ddp = yypcb->pcb_dstack.ds_decl; local
3665 if (ddp != NULL && ddp->dd_name != NULL)
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...

Completed in 67 milliseconds