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

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_dof.h44 dof_secidx_t ddo_strsec; /* global strings section index */
45 dof_secidx_t *ddo_xlimport; /* imported xlator section indices */
46 dof_secidx_t *ddo_xlexport; /* exported xlator section indices */
H A Ddt_dof.c111 ddo->ddo_xlimport = dt_alloc(dtp, sizeof (dof_secidx_t) * nx);
112 ddo->ddo_xlexport = dt_alloc(dtp, sizeof (dof_secidx_t) * nx);
142 static dof_secidx_t
169 static dof_secidx_t
214 static dof_secidx_t
217 dof_secidx_t dsecs[5]; /* enough for all possible DIFO sections */
222 dof_secidx_t relsec;
224 dof_secidx_t strsec = DOF_SECIDX_NONE;
225 dof_secidx_t intsec = DOF_SECIDX_NONE;
226 dof_secidx_t hdrse
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Ddtrace.h601 * other sections by storing a dof_secidx_t, an index into the section header
609 * When a DOF section wants to refer to a DIFO, it stores the dof_secidx_t of a
611 * dof_secidx_t's which in turn denote the sections associated with this DIFO.
683 typedef uint32_t dof_secidx_t; /* section header table index type */ typedef
723 #define DOF_SECT_PREXPORT 25 /* dof_secidx_t array (exported objs) */
743 dof_secidx_t dofe_probes; /* link to DOF_SECT_PROBEDESC */
744 dof_secidx_t dofe_pred; /* link to DOF_SECT_DIFOHDR */
745 dof_secidx_t dofe_actions; /* link to DOF_SECT_ACTDESC */
751 dof_secidx_t dofp_strtab; /* link to DOF_SECT_STRTAB section */
760 dof_secidx_t dofa_dif
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c13860 dtrace_dof_sect(dof_hdr_t *dof, uint32_t type, dof_secidx_t i)
13897 if (sec->dofs_align != sizeof (dof_secidx_t)) {
13995 if (sec->dofs_align != sizeof (dof_secidx_t)) {
14001 sec->dofs_size % sizeof (dof_secidx_t)) {
14007 n = (sec->dofs_size - sizeof (*dofd)) / sizeof (dof_secidx_t) + 1;
14352 sec->dofs_align != sizeof (dof_secidx_t)) {

Completed in 700 milliseconds