Searched refs:dof_secidx_t (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_dof.h46 dof_secidx_t ddo_strsec; /* global strings section index */
47 dof_secidx_t *ddo_xlimport; /* imported xlator section indices */
48 dof_secidx_t *ddo_xlexport; /* exported xlator section indices */
H A Ddt_dof.c109 ddo->ddo_xlimport = dt_alloc(dtp, sizeof (dof_secidx_t) * nx);
110 ddo->ddo_xlexport = dt_alloc(dtp, sizeof (dof_secidx_t) * nx);
140 static dof_secidx_t
167 static dof_secidx_t
212 static dof_secidx_t
215 dof_secidx_t dsecs[5]; /* enough for all possible DIFO sections */
220 dof_secidx_t relsec;
222 dof_secidx_t strsec = DOF_SECIDX_NONE;
223 dof_secidx_t intsec = DOF_SECIDX_NONE;
224 dof_secidx_t hdrse
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h542 * other sections by storing a dof_secidx_t, an index into the section header
550 * When a DOF section wants to refer to a DIFO, it stores the dof_secidx_t of a
552 * dof_secidx_t's which in turn denote the sections associated with this DIFO.
624 typedef uint32_t dof_secidx_t; /* section header table index type */ typedef
664 #define DOF_SECT_PREXPORT 25 /* dof_secidx_t array (exported objs) */
684 dof_secidx_t dofe_probes; /* link to DOF_SECT_PROBEDESC */
685 dof_secidx_t dofe_pred; /* link to DOF_SECT_DIFOHDR */
686 dof_secidx_t dofe_actions; /* link to DOF_SECT_ACTDESC */
692 dof_secidx_t dofp_strtab; /* link to DOF_SECT_STRTAB section */
701 dof_secidx_t dofa_dif
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c11584 dtrace_dof_sect(dof_hdr_t *dof, uint32_t type, dof_secidx_t i)
11621 if (sec->dofs_align != sizeof (dof_secidx_t)) {
11719 if (sec->dofs_align != sizeof (dof_secidx_t)) {
11725 sec->dofs_size % sizeof (dof_secidx_t)) {
11731 n = (sec->dofs_size - sizeof (*dofd)) / sizeof (dof_secidx_t) + 1;
12070 sec->dofs_align != sizeof (dof_secidx_t)) {

Completed in 93 milliseconds