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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_dof.c46 dt_dof_t *ddo = &dtp->dt_dof; local
48 ddo->ddo_hdl = dtp;
49 ddo->ddo_nsecs = 0;
50 ddo->ddo_strsec = DOF_SECIDX_NONE;
51 ddo->ddo_xlimport = NULL;
52 ddo->ddo_xlexport = NULL;
54 dt_buf_create(dtp, &ddo->ddo_secs, "section headers", 0);
55 dt_buf_create(dtp, &ddo->ddo_strs, "string table", 0);
56 dt_buf_create(dtp, &ddo->ddo_ldata, "loadable data", 0);
57 dt_buf_create(dtp, &ddo
71 dt_dof_t *ddo = &dtp->dt_dof; local
93 dt_dof_t *ddo = &dtp->dt_dof; local
137 dof_add_lsect(dt_dof_t *ddo, const void *data, uint32_t type, uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size) argument
164 dof_add_usect(dt_dof_t *ddo, const void *data, uint32_t type, uint32_t align, uint32_t flags, uint32_t entsize, uint64_t size) argument
190 dof_add_string(dt_dof_t *ddo, const char *s) argument
209 dof_add_difo(dt_dof_t *ddo, const dtrace_difo_t *dp) argument
331 dof_add_translator(dt_dof_t *ddo, const dt_xlator_t *dxp, uint_t type) argument
394 dt_dof_t *ddo = data; local
485 dof_add_provider(dt_dof_t *ddo, const dt_provider_t *pvp) argument
620 dt_dof_t *ddo = &dtp->dt_dof; local
[all...]

Completed in 15 milliseconds